File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- name : arviz-compatibility
1+ name : windows
22
33on :
44 pull_request :
4040 use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
4141 - run : |
4242 conda activate pymc3-dev-py37
43- conda remove arviz -y
44- pip install git+git://github.com/arviz-devs/arviz.git
4543 python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ def enhanced(*args, **kwargs):
260260# points, not a dictionary of points.
261261def dataset_to_point_dict (ds : xarray .Dataset ) -> List [Dict [str , np .ndarray ]]:
262262 warnings .warn (
263- "dataset_to_point_dict was renamed to dataset_to_point_list and will be removed!. " ,
263+ "dataset_to_point_dict was renamed to dataset_to_point_list and will be removed!" ,
264264 DeprecationWarning ,
265265 )
266266 return dataset_to_point_list (ds )
You can’t perform that action at this time.
0 commit comments