Skip to content

Commit

Permalink
#49: removed breaking debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-biasion committed Jul 23, 2024
1 parent 1c7a443 commit 193de70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sxpat/xplore.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def explore_grid(specs_obj: TemplateSpecs):
prev_given_error = et
else:
raise NotImplementedError('invalid status')
if i == 10:
exit()

pprint.info1(f'iteration {i} with et {et}, available error {available_error}'
if (specs_obj.subxpat or specs_obj.subxpat_v2) else
f'Only one iteration with et {et}')
Expand Down

0 comments on commit 193de70

Please sign in to comment.