We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8d66b commit b8e8f49Copy full SHA for b8e8f49
.github/workflows/run_test.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
run: |
35
- pip install --upgrade bjdata lz4
+ pip install --upgrade lz4 blosc2
36
cd benchmark
37
python -m benchcodecs
38
- name: NIfTI file loading benchmark
0 commit comments