We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e57ad5 + baff121 commit 02853caCopy full SHA for 02853ca
tests/test_pymc.py
@@ -15,7 +15,7 @@ def test_pymc_model():
15
trace.posterior.a
16
17
18
-def test_pymc_model():
+def test_pymc_model_with_coordinate():
19
with pm.Model() as model:
20
model.add_coord("foo", length=5)
21
pm.Normal("a", dims="foo")
0 commit comments