You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,9 @@ Now you are ready to use MAC.
47
47
48
48
You can run unit and regression tests for MAC by simply running:
49
49
```bash
50
-
python3 -m unittest
50
+
pytest
51
51
```
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.
0 commit comments