Skip to content

Commit

Permalink
remove stray quit()
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Aug 30, 2024
1 parent 0f087a2 commit ce9890e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pfb/workers/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def init(**kw):
for key in opts.keys():
print(' %25s = %s' % (key, opts[key]), file=log)

quit()
basename = f'{basedir}/{oname}'

from pfb import set_envs
Expand Down
2 changes: 1 addition & 1 deletion pfb/workers/model2comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _model2comps(**kw):
print(f"Exception {e} raised during fit ."
f"Do you perhaps have empty sub-bands?"
f"Decreasing nbasisf", file=log)
quit()
raise e

# save interpolated dataset
data_vars = {
Expand Down

0 comments on commit ce9890e

Please sign in to comment.