Skip to content

Commit 0846a98

Browse files
committed
test earthkit-hydro import
1 parent 3a55e30 commit 0846a98

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/environment-unit-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ dependencies:
1515
- earthkit-regrid>=0.4.0
1616
- earthkit-time>=0.1.7
1717
- earthkit-transforms>=0.3.4
18+
- earthkit-hydro>=0.1.1

tests/test_import.py

+5
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ def test_earthkit_time_import():
4343
def test_earthkit_transforms_import():
4444
import earthkit.transforms # noqa
4545
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

Comments
 (0)