Skip to content

Commit 56d43b0

Browse files
committed
punctuation, naming
1 parent ccedb61 commit 56d43b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: arviz-compatibility
1+
name: windows
22

33
on:
44
pull_request:
@@ -40,6 +40,4 @@ jobs:
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

pymc3/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def enhanced(*args, **kwargs):
260260
# points, not a dictionary of points.
261261
def 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)

0 commit comments

Comments
 (0)