Skip to content

Commit

Permalink
mark the test as fdb test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Feb 12, 2025
1 parent 062df44 commit a00c861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_wave_spectra_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from polytope_feature.shapes import Box, Select


class TestHealpixGrid:
class TestWaveData:
def setup_method(self, method):
self.options = {
"axis_config": [
Expand Down Expand Up @@ -44,7 +44,7 @@ def setup_method(self, method):
}
self.slicer = HullSlicer()

@pytest.mark.internet
@pytest.mark.fdb
def test_healpix_grid(self):
import pygribjump as gj

Expand Down

0 comments on commit a00c861

Please sign in to comment.