Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Nov 27, 2024
1 parent 26579ca commit d688701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/datasets/test_mdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@ class TestMDAS:
{'subareas': ['sub_area_1'], 'modalities': ['3K_RGB', 'osm_buildings']},
{
'subareas': ['sub_area_1', 'sub_area_2'],
'modalities': ['3K_RGB', 'HySpex'],
'modalities': ['3K_DSM', 'HySpex', 'osm_water'],
},
{
'subareas': ['sub_area_2', 'sub_area_3'],
'modalities': [
'3K_DSM',
'3K_RGB',
'HySpex',
'EeteS_EnMAP_10m',
'EeteS_EnMAP_30m',
'EeteS_Sentinel_2_10m',
'Sentinel_2',
'Sentinel_1',
'osm_buildings',
'osm_landuse',
Expand Down

0 comments on commit d688701

Please sign in to comment.