1 parent b7f5d05 commit e9f5f90Copy full SHA for e9f5f90
1 file changed
README.md
@@ -54,7 +54,8 @@ Add the appropriate line to your shell rc for persistent tab-completion.
54
## Tests
55
56
```sh
57
-uv sync --extra dev && uv run pytest
+uv sync --extra dev && uv run pytest # all tests
58
+uv sync --extra dev && uv run pytest -m "not slow" # skip regression tests
59
```
60
61
- **2D regression** - thinning + feature extraction on all 45 HRF samples, compared against saved baselines
0 commit comments