Skip to content

Commit 7b2d1b3

Browse files
authored
Merge pull request #194 from ec-jrc/feature/nolakes_ut
Added Unit test for mct warmstart using end maps.
2 parents 764f5a1 + 643db2a commit 7b2d1b3

File tree

5 files changed

+6010
-10
lines changed

5 files changed

+6010
-10
lines changed

.github/workflows/ci_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
tests:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
max-parallel: 5
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1.501
1+
4.3.1.502

src/lisflood/global_modules/default_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
yearly=False),
159159
'ChanQEnd': ReportedMap(name='ChanQEnd', output_var='ChanQ', unit='m3/s',
160160
end=['repEndMaps'], steps=[], all=[],
161-
restrictoption=['simulateReservoirs','simulateLakes'], monthly=False, yearly=False),
161+
restrictoption=[], monthly=False, yearly=False),
162162
'ChanQState': ReportedMap(name='ChanQState', output_var='ChanQ', unit='m3/s',
163163
end=[], steps=['repStateMaps'], all=[],
164164
restrictoption=['nonInit'], monthly=False,

0 commit comments

Comments
 (0)