Skip to content

Commit

Permalink
modify pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuelow committed Nov 9, 2024
1 parent ae0c843 commit c706cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ Please cite the following references when using the software:
conda create -n calvados python=3.10
conda activate calvados
```
2. Install scipy, numba and openmm with conda
```
conda install -c conda-forge scipy=1.13 numba=0.60 openmm=8.2.0
```
(2.b Install cudatoolkit when running on GPUs)
(2. Only needed when planning to use GPUs: Install openmm via conda-force with cudatoolkit. This step can be skipped if running on CPU only.)
```
conda install -c conda-forge cudatoolkit=11.2
```
Expand Down
2 changes: 1 addition & 1 deletion tests/test_potentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
("resname1", "resname2"),
[
("Y", "W"),
("R", "W"),
("E", "D"),
("E", "W"),
("E", "R"),
("R", "W"),
],
)

Expand Down

0 comments on commit c706cb2

Please sign in to comment.