Open chrisstuartparry opened 1 year ago
Sorry I don’t think this was an option on conda when i did the last release. I can take a look for the next release. Do let me know if the developer install works for you
I got it installed via pip install -e .
in the relevant directory (~/repositories/paramak) on my machine. However, run_tests.sh fails. Firstly as pytest isn't installed when installing paramak this way, and secondly (after I installed pytest via mamba), because the directory examples_tests
isn't found. It also says that there's an error in the usage of pytest as it "contains unrecognized arguments: --cov=paramak --cov-append --cov-report term --cov-report xml
". Let me know if you want my entire output from this.
oh yes I should update the developer install details to say
pip install -e .[tests]
instead of
pip install -e .
and I should add a line saying run the tests with this command
pytest tests
I can perhaps also delete that old run_tests.sh file
thanks for all the details
When following the instructions in the readthedocs, the following line fails:
with the following output:
I'm guessing this is because an ARM build doesn't exist yet? Will try developer install.