Skip to content

Commit

Permalink
Rename geojson files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexolinhager committed Oct 30, 2024
1 parent 76b294e commit f496967
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion geometric_features/test/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from geometric_features import GeometricFeatures
from geometric_features.aggregation import get_aggregator_by_name, basins, \
subbasins, antarctic, ice_shelves, ismip6, arctic_ocean, transport, \
arctic_transport, moc, arctic_seaice
arctic_transport, moc, arctic_seaice, qgreenland


@pytest.mark.usefixtures('loaddatadir')
Expand Down Expand Up @@ -60,3 +60,7 @@ def test_transport(self):
def test_arctic_transport(self):
gf = GeometricFeatures()
arctic_transport(gf)

def test_qgreenland(self):
gf = GeometricFeatures()
qgreenland(gf)

0 comments on commit f496967

Please sign in to comment.