Closed MatthewJA closed 4 years ago
Initiating SourceFinder() raises no errors but will cause find_sources_in_image to later error due to missing the log argument. Similar for global_data.
SourceFinder()
find_sources_in_image
log
global_data
This has been fixed by using a default logger which doesn't log anything but doesn't crash.
Initiating
SourceFinder()
raises no errors but will causefind_sources_in_image
to later error due to missing thelog
argument. Similar forglobal_data
.