From 4eace5da622aa297eaa3f442772a5f77c6775466 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sat, 18 Jan 2025 09:14:04 -0500 Subject: [PATCH] fix comment --- autotest/test_prt_exg.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autotest/test_prt_exg.py b/autotest/test_prt_exg.py index 6ebb0a54937..3de7dbe01bd 100644 --- a/autotest/test_prt_exg.py +++ b/autotest/test_prt_exg.py @@ -59,9 +59,12 @@ def build_mf6_sim(idx, test): (FlopyReadmeCase.nlay, FlopyReadmeCase.nrow, FlopyReadmeCase.ncol) ) if "idm" in name: + # add an inactive cell to + # tracking model idomain idomain[-1, -1, -1] = 0 if "idmn" in name: - # TODO alter flow model's idomain + # add a (different) inactive + # cell to flow model idomain gwf_idomain = idomain.copy() gwf_idomain[-1, -1, -1] = 1 gwf_idomain[0, 0, 0] = 0