Skip to content

Commit

Permalink
Left in debug state
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Nov 21, 2024
1 parent 47e61c6 commit b8e447f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arrakis/cutout.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,7 @@ def cutout_islands(
if isinstance(sources, pd.Series):
sources = pd.DataFrame(sources).T

else:
continue

results = big_cutout.fn(
results = big_cutout.submit(
sources=sources,
comps=comps,
beam_num=beam_num,
Expand Down

0 comments on commit b8e447f

Please sign in to comment.