Skip to content

Commit 4933b4f

Browse files
committed
Test: deleted plotting
1 parent f47e167 commit 4933b4f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test_morphsqueeze.py

-12
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ def test_morphsqueeze_target_extends_beyond_morph(squeeze_coeffs):
5252
assert np.allclose(x_target_actual, x_morph_expected)
5353
assert np.allclose(y_target_actual, y_morph_expected)
5454

55-
import matplotlib.pyplot as plt
56-
57-
plt.figure()
58-
plt.plot(x_target, y_target, color="gray", label="target")
59-
plt.plot(x_morph, y_morph, color="black", label="morph")
60-
plt.scatter(x_morph_actual, y_morph_actual, color="gold", label="actual")
61-
plt.plot(
62-
x_morph_expected, y_morph_expected, color="purple", label="expected"
63-
)
64-
plt.legend()
65-
plt.show()
66-
6755

6856
@pytest.mark.parametrize(
6957
"squeeze_coeffs",

0 commit comments

Comments
 (0)