Skip to content

Commit

Permalink
Update test_flopy_installation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mnfienen authored Jan 17, 2024
1 parent 2a960c6 commit 5fff0e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installation/test_flopy_installation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import pathlib as pl
import flopy

import mfsetup
print(f'flopy version is {flopy.__version__}')
print(f'modflow-setup version is {mfsetup.__version__}')
# create single domain model equivalent to base parallel model in the MODFLOW 6 repo
name = "single"
ws_single = pl.Path(f"temp/{name}")
Expand Down

0 comments on commit 5fff0e2

Please sign in to comment.