We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f86bca commit fd16e54Copy full SHA for fd16e54
1 file changed
preliz/tests/test_distributions.py
@@ -356,8 +356,8 @@ def test_to_pymc():
356
assert Censored(Normal(0, 1), lower=0).to_pymc().ndim == 0
357
358
359
-def test_to_bambi():
360
- bambi_prior = Gamma(mu=2, sigma=1).to_bambi()
361
- assert bambi_prior.name == "Gamma"
362
- assert bambi_prior.args["mu"] == 2
363
- assert bambi_prior.args["sigma"] == 1
+# def test_to_bambi():
+# bambi_prior = Gamma(mu=2, sigma=1).to_bambi()
+# assert bambi_prior.name == "Gamma"
+# assert bambi_prior.args["mu"] == 2
+# assert bambi_prior.args["sigma"] == 1
0 commit comments