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
Catch case of wrong atlas when registering dcgs (#744)
If the atlas is not in the visit folder we want to avoid crashing. This takes a guess at where the atlas should have been, and will then fall into the else statement below when it tries to glob for an atlas in that location.
Also puts a try-catch around the call from the multigrid control. Means the analyser will not crash but could leave us without a dcg message.
0 commit comments