Skip to content

Commit

Permalink
ENH: Updating tolerance to 20 for test_xsection_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Feb 14, 2024
1 parent ca993a8 commit d2e2622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plotting/test_xsectiondisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_xsection_errors():
matplotlib.pyplot.close(fig=display.fig)


@pytest.mark.mpl_image_compare(tolerance=10)
@pytest.mark.mpl_image_compare(tolerance=20)
def test_xsection_plot():
visst_ds = act.io.arm.read_arm_netcdf(sample_files.EXAMPLE_CEIL1)

Expand Down

0 comments on commit d2e2622

Please sign in to comment.