We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c9bdf commit 4d19fc3Copy full SHA for 4d19fc3
1 file changed
tests/v1/test_priors.py
@@ -266,7 +266,6 @@ def cdf(x):
266
plt.ylabel(("rescaled " if x_scaled else "") + "density")
267
plt.title(str(prior))
268
plt.show()
269
- print()
270
271
assert p > 0.05, (p, prior)
272
0 commit comments