Skip to content

Commit 6dbf64f

Browse files
mjrenomjreno
authored andcommitted
move tests to regression
1 parent 3053a1b commit 6dbf64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flopy/utils/model_netcdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ModelNetCDFDataset:
3434
For a created dataset, these attributes are managed internally
3535
when the supported data interfaces are used, e.g.
3636
"create_array()" and "set_array()". Data variables that
37-
define these attributes in a complient loaded file are
37+
define these attributes in a compliant loaded file are
3838
also supported and can be updated to add new or modify
3939
existing data.
4040
"""
@@ -133,7 +133,7 @@ def create_array(
133133
Args:
134134
package (str): A name of a data grouping in the file, typically
135135
a package. Must be distinct for each grouping. If this dataset
136-
is assoicated with a modflow 6 model and this is a base package
136+
is associated with a modflow 6 model and this is a base package
137137
(dis, disv, npf, ic, etc.), use that name. If this is a stress
138138
package, use the same package name that is defined in the model
139139
name file, e.g. chd_0, chd_1 or the user defined name.

0 commit comments

Comments
 (0)