Skip to content

Commit b8f9140

Browse files
committed
Rephrasing
1 parent 8c317c9 commit b8f9140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ pip install -e .[dev]
128128
pytest tests
129129
```
130130

131-
To test execution on a cluster, change `execution_mode` variable in `test_moldrug`. Tests that you can run on the cluster afterwards are `test_single_receptor_command_line` and `test_multi_receptor`. Each cluster is different and the current configuration is dedicated to our two internal clusters. To test on your cluster, `SLURMCluster` configuration in `test_moldrug` needs to be altered as well. Multiple entries should appear in Slurm queue during execution of each test.
131+
To test execution on a cluster, change the `execution_mode` variable in `test_moldrug.py`. The tests you can run on the cluster afterward are called `test_single_receptor_command_line` and `test_multi_receptor`. Each cluster is different, and the current configuration is tailored to our two internal clusters. To test on your own cluster, you’ll also need to modify the `SLURMCluster` configuration in `test_moldrug.py`. During the execution of each test, multiple entries should appear in the Slurm queue.

0 commit comments

Comments
 (0)