Skip to content

Commit 61e52f0

Browse files
authored
fix(output_util.py): trap grb in MF6Output (#2468)
Necessary as a result of MODFLOW-ORG/modflow6#2228
1 parent c61643f commit 61e52f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flopy/mf6/utils/output_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, obj, budgetkey=None):
3535
"csv": self.__csv,
3636
"package_convergence": self.__csv,
3737
}
38-
delist = ("ts", "wc", "ncf")
38+
delist = ("ts", "wc", "ncf", "grb")
3939
self._obj = obj
4040
self._methods = []
4141
self._sim_ws = obj.simulation_data.mfpath.get_sim_path()

0 commit comments

Comments
 (0)