Skip to content

Commit b0937e7

Browse files
committed
patch tests
1 parent d32c8cd commit b0937e7

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

lsys/tests/baseline_images/image_hashes.json

-43
This file was deleted.

lsys/tests/test_viz.py

-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_square_aspect(xlim, ylim, expected):
6767

6868
@pytest.mark.mpl_image_compare(
6969
baseline_dir=BASELINE_DIR,
70-
hash_library=f"{BASELINE_DIR}/image_hashes.json",
7170
tolerance=TOLERANCE,
7271
)
7372
def test_square_aspect2():
@@ -95,7 +94,6 @@ def test_square_aspect2():
9594
@pytest.mark.mpl_image_compare(
9695
baseline_dir=BASELINE_DIR,
9796
tolerance=TOLERANCE,
98-
hash_library=f"{BASELINE_DIR}/image_hashes.json",
9997
remove_text=True,
10098
)
10199
def test_make_colormap_plot(seq):
@@ -148,7 +146,6 @@ def test_make_colormap_plot(seq):
148146
@pytest.mark.mpl_image_compare(
149147
baseline_dir=BASELINE_DIR,
150148
tolerance=TOLERANCE,
151-
hash_library=f"{BASELINE_DIR}/image_hashes.json",
152149
remove_text=True,
153150
savefig_kwargs={"dpi": 150},
154151
)
@@ -181,7 +178,6 @@ def test_plot_lsys(fractal):
181178
@pytest.mark.mpl_image_compare(
182179
baseline_dir=BASELINE_DIR,
183180
tolerance=TOLERANCE,
184-
hash_library=f"{BASELINE_DIR}/image_hashes.json",
185181
remove_text=True,
186182
savefig_kwargs={"dpi": 150},
187183
)

0 commit comments

Comments
 (0)