simopt-admin / simopt

A testbed of simulation-optimization problems and solvers
MIT License
56 stars 24 forks source link

Add Input Validation for Factors in GUI #62

Open Grochocinski opened 3 weeks ago

Grochocinski commented 3 weeks ago

It is currently possible to input all sorts of data in an incorrect format into the GUI (e.g. being able to input a float into an entry box that should only ever have an int value). Input validation should be added to catch these errors and communicate them to the user.