From 6dbf64f703be4195e2904e0c5e74f0f2dc4d6da2 Mon Sep 17 00:00:00 2001 From: mjreno Date: Fri, 31 Jan 2025 12:08:33 -0500 Subject: [PATCH] move tests to regression --- autotest/{ => regression}/test_model_netcdf.py | 0 flopy/utils/model_netcdf.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename autotest/{ => regression}/test_model_netcdf.py (100%) diff --git a/autotest/test_model_netcdf.py b/autotest/regression/test_model_netcdf.py similarity index 100% rename from autotest/test_model_netcdf.py rename to autotest/regression/test_model_netcdf.py diff --git a/flopy/utils/model_netcdf.py b/flopy/utils/model_netcdf.py index cfb045c3a..3f27cae65 100644 --- a/flopy/utils/model_netcdf.py +++ b/flopy/utils/model_netcdf.py @@ -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. """ @@ -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.