Skip to content

Commit 02853ca

Browse files
authored
Merge pull request #87 from pymc-devs/fix-duplicate-test
Rename to avoid clobber of tests with the same name
2 parents 7e57ad5 + baff121 commit 02853ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pymc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_pymc_model():
1515
trace.posterior.a
1616

1717

18-
def test_pymc_model():
18+
def test_pymc_model_with_coordinate():
1919
with pm.Model() as model:
2020
model.add_coord("foo", length=5)
2121
pm.Normal("a", dims="foo")

0 commit comments

Comments
 (0)