Skip to content

Commit 60c8b6e

Browse files
Update README.md
1 parent 588438d commit 60c8b6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ Now you are ready to use MAC.
4747

4848
You can run unit and regression tests for MAC by simply running:
4949
```bash
50-
python3 -m unittest
50+
pytest
5151
```
52-
from the project root directory.
53-
54-
**Note**: Many tests do use scikit-sparse, which is not installed by default. You can see some instructions on how to install it in the [Baseline methods](#baseline-methods) section.
52+
from the project root directory. This will also run any benchmarks in the test directory.
5553

5654
## Running the examples
5755

0 commit comments

Comments
 (0)