Skip to content

Commit 558f4a8

Browse files
authored
fix(utils): exclude ncf from mf6 output utils (#2336)
1 parent e75d065 commit 558f4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flopy/mf6/utils/output_util.py

Lines changed: 1 addition & 1 deletion
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")
38+
delist = ("ts", "wc", "ncf")
3939
self._obj = obj
4040
self._methods = []
4141
self._sim_ws = obj.simulation_data.mfpath.get_sim_path()

0 commit comments

Comments
 (0)