IN-CORE / pyincore

pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
25 stars 7 forks source link

585 indp solver failed #591

Closed longshuicy closed 1 month ago

longshuicy commented 3 months ago

Turns out i just need to downgrade pyomo; scip is ok with higher version (9.0.1 on my machine).

To Test:

  1. run the pytest test_indp.py
  2. run the notebook in incore-docs https://github.com/IN-CORE/incore-docs/blob/develop/notebooks/indp.ipynb
navarroc commented 3 months ago

Looks good and works on my machine with the downgraded pyomo (not sure why that didn't work before). One minor change though, can we make copies of the prod datasets on dev and update the test to use that instead of using production for testing?