Skip to content

Commit

Permalink
Merge pull request #87 from pymc-devs/fix-duplicate-test
Browse files Browse the repository at this point in the history
Rename to avoid clobber of tests with the same name
  • Loading branch information
maresb authored Feb 19, 2024
2 parents 7e57ad5 + baff121 commit 02853ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pymc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_pymc_model():
trace.posterior.a


def test_pymc_model():
def test_pymc_model_with_coordinate():
with pm.Model() as model:
model.add_coord("foo", length=5)
pm.Normal("a", dims="foo")
Expand Down

0 comments on commit 02853ca

Please sign in to comment.