From ba9aa5386fb1cff6c833c82e99bc58d0c042ed1e Mon Sep 17 00:00:00 2001 From: "Langevin, Christian D." Date: Thu, 5 Dec 2024 13:46:31 -0600 Subject: [PATCH] reword --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 19c422c15fb..257d44971da 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -785,7 +785,7 @@ The framework has three hooks: - `build`: construct one or more MF6 simulations and/or non-MF6 models with FloPy - `check`: evaluate simulation/model output -- `plot`: evaluate simulation/model output +- `plot`: make one or more plots of simulation/model output A test script conventionally contains one or more test cases, fed to the test function as `idx, name` pairs. `idx` can be used to index parameter values or expected results for a specific test case. The test case `name` is useful for model/subdirectory naming, etc.