simopt-admin / simopt

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

Add Type Hints and Annotations for Models/Solvers #63

Open Grochocinski opened 3 weeks ago

Grochocinski commented 3 weeks ago

Ruff is currently throwing warnings regarding missing type annotations parameters and returns for almost every function for each model and solver. These (and whatever other warnings are being hidden by the wall of annotation warnings) should be fixed at some point.