-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed openmm/simtk/omnia dependency
- Loading branch information
Bruce Macdonald
committed
Oct 24, 2018
1 parent
64cf892
commit 67de028
Showing
5 changed files
with
292 additions
and
299 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. _mpi: | ||
|
||
+MPIPLUS+ | ||
mpi | ||
************ | ||
|
||
mpiplus | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
""" | ||
Unit and regression test for the mpiplus package. | ||
""" | ||
|
||
# Import package, test suite, and other packages as needed | ||
import mpiplus | ||
import pytest | ||
import sys | ||
|
||
def test_mpiplus_imported(): | ||
"""Sample test, will always pass so long as import statement worked""" | ||
assert "mpiplus" in sys.modules |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.