Skip to content

Commit 1887673

Browse files
authored
rm paren decorator on network test(#280)
1 parent b6e96b4 commit 1887673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ultraplot/tests/test_1dplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def test_heatmap_labels(rng):
525525
return fig
526526

527527

528-
@pytest.mark.mpl_image_compare()
528+
@pytest.mark.mpl_image_compare
529529
def test_networks(rng):
530530
"""
531531
Create a baseline network graph that tests

0 commit comments

Comments
 (0)