Skip to content

Commit aeff736

Browse files
committed
Add import of circulation_models in test suite
1 parent f180f9e commit aeff736

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/v4/test_fieldset.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
import xarray as xr
77

88
from parcels import xgcm
9+
from parcels._datasets.structured.circulation_models import (
10+
datasets as datasets_circulation_models, # noqa: F401
11+
) # just making sure the import works. Will eventually be used in tests
912
from parcels._datasets.structured.generic import T as T_structured
1013
from parcels._datasets.structured.generic import datasets as datasets_structured
1114
from parcels.field import Field, VectorField

0 commit comments

Comments
 (0)