Skip to content

Commit

Permalink
fix(utils): exclude ncf from mf6 output utils (modflowpy#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored Oct 16, 2024
1 parent e75d065 commit 558f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/mf6/utils/output_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, obj, budgetkey=None):
"csv": self.__csv,
"package_convergence": self.__csv,
}
delist = ("ts", "wc")
delist = ("ts", "wc", "ncf")
self._obj = obj
self._methods = []
self._sim_ws = obj.simulation_data.mfpath.get_sim_path()
Expand Down

0 comments on commit 558f4a8

Please sign in to comment.