-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docstrings, run in CI * Do not necessarily assume ff14SB port is installed * Remove some references to `simtk` $ grep -r simtk . | wc -l 0 Co-authored-by: Mike Henry <[email protected]>
- Loading branch information
1 parent
b12c2e8
commit d78f2b8
Showing
7 changed files
with
75 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,12 @@ jobs: | |
working-directory: ./charmm | ||
|
||
- name: Run docstrings | ||
if: ${{ matrix.latest-openff-toolkit == true }} | ||
continue-on-error: True | ||
run: | | ||
pytest --doctest-modules openmmforcefields --ignore=openmmforcefields/tests | ||
- name: Upload coverage report to CodeCov | ||
uses: codecov/[email protected] | ||
if: ${{ github.repository == 'openmm/openmmforcefields' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.