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
2
2
3
3
on :
4
4
pull_request :
40
40
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
41
41
- run : |
42
42
conda activate pymc3-dev-py37
43
- conda remove arviz -y
44
- pip install git+git://github.com/arviz-devs/arviz.git
45
43
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):
260
260
# points, not a dictionary of points.
261
261
def dataset_to_point_dict (ds : xarray .Dataset ) -> List [Dict [str , np .ndarray ]]:
262
262
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!" ,
264
264
DeprecationWarning ,
265
265
)
266
266
return dataset_to_point_list (ds )
You can’t perform that action at this time.
0 commit comments