Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Mar 13, 2023
1 parent 1daa0a3 commit d867c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlmod/gwt/gwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def mst(ds, gwt, porosity=None, **kwargs):
porosity = None
# NOTE: attempting to look for porosity in attributes first, then data variables.
# If both are defined, the attribute value will be used. The log message in this
# case is not entirely correct. This is something we may need to sort out, and
# case is not entirely correct. This is something we may need to sort out, and
# also think about the order we do this search.
porosity = _get_value_from_ds_attr(ds, "porosity", value=porosity, warn=False)
porosity = _get_value_from_ds_datavar(ds, "porosity", value=porosity)
Expand Down

0 comments on commit d867c4f

Please sign in to comment.