Skip to content

Commit

Permalink
update expected images (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Dec 5, 2024
1 parent c3e76d8 commit 52a4e69
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions core/tests/test_viz_h3_hex.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
from matplotlib.testing.decorators import image_comparison
from matplotlib.testing.exceptions import ImageComparisonFailure

import core

Expand All @@ -14,10 +13,6 @@ def test_viz_h3_hex_plot_aoi(grid_8_auckland):
core.viz.h3_hex.plot_aoi(grid_8_auckland, "Auckland", 8)


@pytest.mark.xfail(
reason="Needs updated Manual & Parenx -- See GH#131.",
raises=ImageComparisonFailure,
)
@image_comparison(
baseline_images=["test_viz_h3_hex_plot_analysis.png"],
style="mpl20",
Expand Down Expand Up @@ -60,10 +55,6 @@ def setup_method(
self._m = "manual"
self._p = "parenx-voronoi"

@pytest.mark.xfail(
reason="Needs updated Manual & Parenx -- See GH#131.",
raises=ImageComparisonFailure,
)
@image_comparison(
baseline_images=["test_viz_h3_hex_plot_cell_loc_id.png"], style="mpl20", tol=tol
)
Expand All @@ -79,10 +70,6 @@ def test_loc_id(self):
self._p,
)

@pytest.mark.xfail(
reason="Needs updated Manual & Parenx -- See GH#131.",
raises=ImageComparisonFailure,
)
@image_comparison(
baseline_images=["test_viz_h3_hex_plot_cell_hex_id.png"],
style="mpl20",
Expand Down

0 comments on commit 52a4e69

Please sign in to comment.