We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8d94a commit 9cbdefaCopy full SHA for 9cbdefa
1 file changed
modflowapi/extensions/runner.py
@@ -119,7 +119,6 @@ def run_simulation(dll, sim_path, callback, verbose=False, _develop=False):
119
if not has_converged:
120
print(f"Simulation group: {sim_grp} DID NOT CONVERGE")
121
122
-
123
try:
124
callback(sim, Callbacks.finalize)
125
mf6.finalize()
0 commit comments