Skip to content

Commit

Permalink
Add remote_data mark to figure tests with sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Feb 10, 2025
1 parent 22afe80 commit 0765b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dkist/dataset/tests/test_tiled_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def test_tiled_dataset_from_components(dataset):


@figure_test
@pytest.mark.remote_data
@pytest.mark.parametrize("share_zscale", [True, False], ids=["share_zscale", "indpendent_zscale"])
def test_tileddataset_plot(share_zscale):
from dkist.data.sample import VBI_AJQWW
Expand All @@ -101,6 +102,7 @@ def test_tileddataset_plot(share_zscale):
return plt.gcf()

@figure_test
@pytest.mark.remote_data
@pytest.mark.parametrize("swap_tile_limits", ["x", "y", "xy", None])
def test_tileddataset_plot_limit_swapping(swap_tile_limits):
# Also test that row/column sizes are correct
Expand Down

0 comments on commit 0765b4e

Please sign in to comment.