Open samcunliffe opened 1 month ago
Would address
warnings.warn the user, which goes through napari's notifications. And replace print with logging.info or logging.warning for devs.
warnings.warn
napari
print
logging.info
logging.warning
Would address
27
warnings.warn
the user, which goes throughnapari
's notifications. And replaceprint
withlogging.info
orlogging.warning
for devs.