Skip to content

Commit

Permalink
Fixes a typo in the profiling section of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Nov 4, 2024
1 parent 96fbf5d commit 3a77a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripy/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tests together.
For example, to profile L0 tests, run:

```bash
pytest tests/ -v -m "not l1 and not manual" --profile
pytest tests/ -v -m "not l1 and not manual" --ignore tests/performance --profile
```

You can visualize the results using `snakeviz`.
Expand Down

0 comments on commit 3a77a99

Please sign in to comment.