-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test fails / test procedure is not documented #65
Comments
And many warnings are raised during test. |
and they must run at each push/release on a github action. I recommend using "black" for linting. |
I agree. These may not be the requirements for JOSS publication but I also recommend to do them. |
We already have automated tests running for every push, see here. |
Thanks for posting the full output. |
I am still unsure about the error you encountered, @ktahar. Also, we uploaded a minor update (also to pypi, v1.0.1). |
Hi @Jo-Leh , Sorry for slow response. And I found you have already added "how to run test" page in the docs. Thank you. |
Part of JOSS review: openjournals/joss-reviews#6371
I ran test included in the repository and two of them failed: test_gradient_descent and test_simple_sweep_with_plot_and_fit in protocol_test.
pip install nomad-camels
in a new virtual environment (created using virtualenv).The text was updated successfully, but these errors were encountered: