Skip to content

Commit ac71a8d

Browse files
committed
Update README
1 parent 98e15ee commit ac71a8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ $ uv run pytest --executable='/path/to/partdiff'
4848
> If you want to use `partdiff_tester` in a GitHub workflow, you can easily do that with the GitHub action contained in [`action.yaml`](action.yaml).
4949
> The input parameters closely reflect the CLI parameters described below.
5050
> You can find a usage example in the [partdiff repository](https://github.com/parcio/partdiff/blob/main/.github/workflows/correctness_check.yaml).
51-
> ```
5251
5352
Of course, you can also install `pytest` and execute it directly.
5453

@@ -136,7 +135,7 @@ Use `--strictness` to control which parts of the output are checked:
136135
| Strictness level | What is checked? |
137136
|-|-|
138137
| 0 | Only the matrix |
139-
| 1 | Matrix and right-hand-side of residuum |
138+
| 1 (default) | Matrix and right-hand-side of residuum |
140139
| 2 | Matrix, right-hand-side of {interlines, number of iterations, residuum}, all left-hand-sides |
141140
| 3 | Matrix, all right-hand-sides (except for calculation time and memory usage), all left-hand-sides |
142141
| 4 | Full char-by-char diff (except for calculation time and memory usage) |

0 commit comments

Comments
 (0)