Skip to content

Commit

Permalink
update example fits file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hstewart93 committed Jun 21, 2024
1 parent b0d6bed commit 171512a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified continunet/example_image.fits
Binary file not shown.
2 changes: 1 addition & 1 deletion continunet/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def find(self, generate_maps=False, use_raw=False):

end_time = time.time()
print(
f"{GREEN}ContinUnet found {len(self.sources)} sources "
f"{GREEN}ContinUNet found {len(self.sources)} sources "
f"in {(end_time - start_time):.2f} seconds.{RESET}"
)

Expand Down

0 comments on commit 171512a

Please sign in to comment.