Skip to content

Commit

Permalink
move tests to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jan 31, 2025
1 parent 3053a1b commit 6dbf64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions flopy/utils/model_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ModelNetCDFDataset:
For a created dataset, these attributes are managed internally
when the supported data interfaces are used, e.g.
"create_array()" and "set_array()". Data variables that
define these attributes in a complient loaded file are
define these attributes in a compliant loaded file are
also supported and can be updated to add new or modify
existing data.
"""
Expand Down Expand Up @@ -133,7 +133,7 @@ def create_array(
Args:
package (str): A name of a data grouping in the file, typically
a package. Must be distinct for each grouping. If this dataset
is assoicated with a modflow 6 model and this is a base package
is associated with a modflow 6 model and this is a base package
(dis, disv, npf, ic, etc.), use that name. If this is a stress
package, use the same package name that is defined in the model
name file, e.g. chd_0, chd_1 or the user defined name.
Expand Down

0 comments on commit 6dbf64f

Please sign in to comment.