Skip to content

Commit dcba9cf

Browse files
authored
fix(evt): optional field mishandling (#2490)
Address some mishandling of EVT list input optional fields - fix #2057 - fix #2353
1 parent 838b37c commit dcba9cf

File tree

5 files changed

+545
-14
lines changed

5 files changed

+545
-14
lines changed

.docs/Notebooks/mf6_complex_model_example.py

-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@
267267
0.5,
268268
0.3,
269269
0.1,
270-
None,
271270
)
272271
evt = flopy.mf6.ModflowGwfevt(
273272
gwf,

0 commit comments

Comments
 (0)