DOI-USGS / modflow-setup

Python package for automating the setup of MODFLOW groundwater flow models
Other
48 stars 17 forks source link

minor fixes for mf6 model setup #80

Closed apryet closed 7 months ago

apryet commented 7 months ago

Missing **kwargs argument in setup_tdis() caused crash when called from package_setup.

Boolean var from_model not initialized when data taken from a file.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.31%. Comparing base (4bfd847) to head (45bcf02).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #80 +/- ## ======================================== Coverage 89.31% 89.31% ======================================== Files 64 64 Lines 12545 12546 +1 ======================================== + Hits 11205 11206 +1 Misses 1340 1340 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

aleaf commented 7 months ago

Thanks @apryet !