We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a55e30 commit 0846a98Copy full SHA for 0846a98
tests/environment-unit-tests.yml
@@ -15,3 +15,4 @@ dependencies:
15
- earthkit-regrid>=0.4.0
16
- earthkit-time>=0.1.7
17
- earthkit-transforms>=0.3.4
18
+ - earthkit-hydro>=0.1.1
tests/test_import.py
@@ -43,3 +43,8 @@ def test_earthkit_time_import():
43
def test_earthkit_transforms_import():
44
import earthkit.transforms # noqa
45
from earthkit.transforms import aggregate # noqa
46
+
47
48
+def test_earthkit_hydro_import():
49
+ import earthkit.hydro # noqa
50
+ from earthkit.hydro import river_network # noqa
0 commit comments