Skip to content

Commit

Permalink
fix comments by @OnnoEbbens
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Mar 10, 2023
1 parent 42319f8 commit 1daa0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nlmod/gwt/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def get_concentration_da(ds=None, gwt=None, fname_conc=None):
"""Reads concentration file given either a dataset or a groundwater flow object.
Note: Calling this function with ds is currently preferred over calling it
with gwf, because the layer and time coordinates can not be fully
reconstructed from gwf.
with gwt, because the layer and time coordinates can not be fully
reconstructed from gwt.
Parameters
----------
ds : xarray.Dataset
Xarray dataset with model data.
gwt : flopy ModflowGwf
gwt : flopy ModflowGwt
Flopy groundwater transport object.
fname_conc : path, optional
Instead of loading the binary concentration file corresponding to ds or gwf
Expand Down
1 change: 1 addition & 0 deletions nlmod/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def show_versions() -> None:
f"NumPy version: {metadata.version('numpy')}\n"
f"Xarray version: {metadata.version('xarray')}\n"
f"Matplotlib version: {metadata.version('matplotlib')}\n"
f"Flopy version: {metadata.version('flopy')}\n"
)

msg += f"\nnlmod version: {__version__}"
Expand Down

0 comments on commit 1daa0a3

Please sign in to comment.