We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c6a66 commit d098a36Copy full SHA for d098a36
probscale/tests/test_probscale.py
@@ -80,6 +80,7 @@ def test_minimal_norm_cdf(mn, mn_input):
80
baseline_dir='baseline_images/test_probscale',
81
tolerance=TOLERANCE
82
)
83
+@pytest.mark.skipif(PY27, reason="legacy python")
84
def test_the_scale_default():
85
fig, ax = plt.subplots(figsize=(4, 8))
86
ax.set_yscale('prob')
0 commit comments