issues
search
brainglobe
/
BrainGlobe
General information, resources and dicussions for the BrainGlobe project.
https://brainglobe.info/
10
stars
1
forks
source link
decide on and document how errors should be handled in core code and in GUIs
#16
Open
alessandrofelder
opened
1 year ago
alessandrofelder
commented
9 months ago
This would probably take the form of something like
core code raises exceptions where needed
set up an abstract qt widgets for all BG widgets, listening to sys.excepthook and emitting a signal on exception
napari (and other frontends) are set up to listen to that signal and display info/warning/error via napari accordingly
This would probably take the form of something like