Skip to content

Commit 81f8320

Browse files
committed
more formatting fixes
1 parent df5481d commit 81f8320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ def test_inverse_gamma(self):
923923
self.check_logcdf(
924924
InverseGamma,
925925
Rplus,
926-
{'alpha': Rplusbig, 'beta': Rplusbig},
926+
{"alpha": Rplus, "beta": Rplus},
927927
lambda value, alpha, beta: sp.invgamma.logcdf(value, alpha, scale=beta),
928928
)
929929

0 commit comments

Comments
 (0)