Skip to content

Commit 37c81e4

Browse files
Fix all review comments
1 parent b0daea4 commit 37c81e4

24 files changed

Lines changed: 307 additions & 2079 deletions

.github/AGENTS.md

Lines changed: 0 additions & 205 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
token: ${{ secrets.CODSPEED_TOKEN }}
7373
# allow updating snapshots due to indeterministic benchmarks
74-
run: pytest -vvv --snapshot-update --durations=10 python/tests/test_array_api.py -k 'test_jit or test_run_lda'
74+
run: pytest -vvv --snapshot-update --durations=10 python/tests/test_array_api.py -k "test_jit or test_run_lda"
7575
mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
7676

7777
docs:

0 commit comments

Comments
 (0)