-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor input validation code #95
Copy link
Copy link
Open
Labels
minorMinor issue, doesn't necessarily fix functionality but is worth resolvingMinor issue, doesn't necessarily fix functionality but is worth resolvingtech-debtTechnical debt - should be fixed for code cleanlinessTechnical debt - should be fixed for code cleanliness
Metadata
Metadata
Assignees
Labels
minorMinor issue, doesn't necessarily fix functionality but is worth resolvingMinor issue, doesn't necessarily fix functionality but is worth resolvingtech-debtTechnical debt - should be fixed for code cleanlinessTechnical debt - should be fixed for code cleanliness
I think it would be good if the input (equation, parameters etc.) validation were in its own class. Then we could also add it as its own step in
plot_button clickedbefore any plotting happens.