PyBaMM icon indicating copy to clipboard operation
PyBaMM copied to clipboard

installing sckits.odes bug

Open martinjrobins opened this issue 4 years ago • 2 comments

Describe the bug Trying to install scikits.odes according to docs results in an error

To Reproduce Steps to reproduce the behaviour:

mrobins-XPS-15-9570: |env|  ~/git/PyBaMM  |issue-1477-idaklu-send ?:6 ✗|
→ pybamm_install_odes --install-sundials
/home/mrobins/git/PyBaMM/pybamm/scikits_odes_setup.log
2021-07-22 08:08:42,685 - [INFO] install_odes.main(123): Starting scikits.odes setup
usage: pybamm_install_odes [-h] [--sundials-libs SUNDIALS_LIBS] [--install-dir INSTALL_DIR]
pybamm_install_odes: error: unrecognized arguments: --install-sundials

Expected behaviour scikits.odes is installed

martinjrobins avatar Jul 22 '21 07:07 martinjrobins

Can you test this again? I think @Saransh-cpp has worked on this?

valentinsulzer avatar Mar 17 '22 16:03 valentinsulzer

--install-sundials was removed a long time ago but the documentation was not updated. It should be good to go now, all the bugs were fixed and the documentation was updated.

Saransh-cpp avatar Mar 17 '22 16:03 Saransh-cpp