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
There are several minor (edge case) bugs in DataView that seem to crash the program (at least when run from terminal). While eventually these can be corrected, can an error handler be implemented that would catch these errors first?
The text was updated successfully, but these errors were encountered:
1) Resolved range=0 ValueError by adding a check to validateChoices() so that plotting routine will abort if axes are incorrectly set this way and show an informative error warning.
2) Wrapped plotting routine in an error handling statment to catch ValueErrors (although these should nominally not occur)
3) Added a line at the top that makes the window pop up on top when dataview is opened (so you don't have to go searching for it behind other windows).
I've added an error catching statement for ValueErrors around the plotting routine to try and make these non-fatal. Ideas for other ways of making it more stable welcome?
There are several minor (edge case) bugs in DataView that seem to crash the program (at least when run from terminal). While eventually these can be corrected, can an error handler be implemented that would catch these errors first?
The text was updated successfully, but these errors were encountered: