Coverage for C:\src\imod-python\imod\data\__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.4.4, created at 2024-04-08 10:26 +0200
« prev ^ index » next coverage.py v7.4.4, created at 2024-04-08 10:26 +0200
1# from .synthetic import
2from .sample_data import (
3 ahn,
4 circle,
5 fluxes,
6 head_observations,
7 hondsrug_crosssection,
8 hondsrug_drainage,
9 hondsrug_initial,
10 hondsrug_layermodel,
11 hondsrug_meteorology,
12 hondsrug_river,
13 hondsrug_simulation,
14 imod5_projectfile_data,
15 lakes_shp,
16 twri_output,
17)