From d867c4fbfc6bd712859a8fd3522b83db5366ff7e Mon Sep 17 00:00:00 2001 From: dbrakenhoff Date: Mon, 13 Mar 2023 13:58:39 +0100 Subject: [PATCH] whitespace --- nlmod/gwt/gwt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlmod/gwt/gwt.py b/nlmod/gwt/gwt.py index a0cc9722..4cc33fb3 100644 --- a/nlmod/gwt/gwt.py +++ b/nlmod/gwt/gwt.py @@ -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)