We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61643f commit 61e52f0Copy full SHA for 61e52f0
flopy/mf6/utils/output_util.py
@@ -35,7 +35,7 @@ def __init__(self, obj, budgetkey=None):
35
"csv": self.__csv,
36
"package_convergence": self.__csv,
37
}
38
- delist = ("ts", "wc", "ncf")
+ delist = ("ts", "wc", "ncf", "grb")
39
self._obj = obj
40
self._methods = []
41
self._sim_ws = obj.simulation_data.mfpath.get_sim_path()
0 commit comments