Skip to content

Commit

Permalink
removed openmm/simtk/omnia dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Macdonald committed Oct 24, 2018
1 parent 64cf892 commit 67de028
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 299 deletions.
2 changes: 0 additions & 2 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ requirements:
- python
- setuptools
- coverage>=4.4
- openmm>=7.2

run:
- python
- numpy >=1.11
- openmm>=7.2

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion docs/mpi.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _mpi:

+MPIPLUS+
mpi
************

mpiplus
Expand Down
12 changes: 12 additions & 0 deletions mpiplus/tests/test_import.py
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
288 changes: 0 additions & 288 deletions mpiplus/tests/test_mpi.py

This file was deleted.

Loading

0 comments on commit 67de028

Please sign in to comment.