Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c59932

Browse files
committed
Change scatter mask test to run just for png
1 parent 9083a39 commit 6c59932

3 files changed

Lines changed: 1 addition & 200 deletions

File tree

Binary file not shown.

lib/matplotlib/tests/baseline_images/test_collections/test_check_masked_offsets.svg

Lines changed: 0 additions & 199 deletions
This file was deleted.

lib/matplotlib/tests/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def test_set_offset_units():
11331133

11341134

11351135
@image_comparison(baseline_images=["test_check_masked_offsets"],
1136-
remove_text=True, style="mpl20")
1136+
extensions=["png"], remove_text=True, style="mpl20")
11371137
def test_check_masked_offsets():
11381138
# Check if masked data is respected by scatter
11391139
# Ref: Issue #24545

0 commit comments

Comments
 (0)