You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we report only that the computation in the pediatric_airway_atlas module failed, and give an error message that speculates what might have gone wrong. Instead, catch any errors or exceptions from pediatric_airway_atlas to give a more informative and definitive message.
Note that pediatric_airway_atlas is invoked via slicer.util._executePythonModule(...) rather than by direct Python call, so the detecting and reporting of exceptions may be somewhat non-trivial.
The text was updated successfully, but these errors were encountered:
Out of curiosity, where does conversion_utils come from ?
It's part of pediatric_airwary_atlas, which is an unfortunately private repository this project depends on. It's a pile of research code from our collaborators at UNC, and the group is not yet ready to make it public.
That reminds me that the readme ought to explain this. I created #35 for that
Currently we report only that the computation in the
pediatric_airway_atlas
module failed, and give an error message that speculates what might have gone wrong. Instead, catch any errors or exceptions frompediatric_airway_atlas
to give a more informative and definitive message.Note that
pediatric_airway_atlas
is invoked viaslicer.util._executePythonModule(...)
rather than by direct Python call, so the detecting and reporting of exceptions may be somewhat non-trivial.The text was updated successfully, but these errors were encountered: