-
Notifications
You must be signed in to change notification settings - Fork 11
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
switch to GitHub actions #159
Conversation
orbeckst
commented
Jul 21, 2021
- close transition from Travis CI to GitHub actions #158
- use GitHub actions (start with minimal tests)
- make tests pass
- fix encoding issues in file - allow GROMACS to choose number of threads in most of the tests to avoid problems when GROMACS was not compiled to change thread numbers (ERROR: Setting the total number of threads is only supported with thread-MPI but this version of GROMACS was not compiled with tMPI)
Codecov Report
@@ Coverage Diff @@
## develop #159 +/- ##
========================================
Coverage 0.00% 0.00%
========================================
Files 10 10
Lines 1382 1382
Branches 167 0 -167
========================================
Misses 1382 1382
Continue to review full report at Codecov.
|
mdpow/tests/test_solvation.py
Outdated
@pytest.mark.xfail(gromacs.release.startswith('4') | ||
or gromacs.release.startswith('5') | ||
or gromacs.release.startswith('2016') | ||
or gromacs.release.startswith('2018'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2018 may work with mixed solvent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see if it works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You were right, 2018 also passes the test.
- run on macOS-latest - include GROMACS 2018
Comments still welcome, but will address anything in separate PRs. |
I think we can drop 2019 and only keep 4.6.3, 2018 and 2021. |
Currently, I am using only 2020.3, so it would be good to add 2020 to the list. I'm OK with dropping 2019, I have never used it. |