simopt-admin / simopt

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

Add Testing into SimOpt #45

Closed Grochocinski closed 4 months ago

Grochocinski commented 4 months ago

Testing shows code producing different results for Python versions 3.7, 3.8-3.11, and 3.12. PR is postponed until source of issue can be located/fixed.

Grochocinski commented 4 months ago

Python 3.7 is EOL and SimOpt will be dropping support for it in the next version. Testing has revealed some problem/solver combinations return different results when running on Python versions 3.8-3.11 compared to version 3.12. Until this discrepancy is resolved, tests should only be run on Python versions 3.8-3.11.