Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Sep 27, 2024
1 parent 385a6f3 commit e9dc28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import pytest
import bitshuffle


def pytest_report_header(config):
sse2 = bitshuffle.using_SSE2()
avx2 = bitshuffle.using_AVX2()
avx512 = bitshuffle.using_AVX512()
neon = bitshuffle.using_NEON()
return f"SSE2 {sse2}; AVX2 {avx2}; AVX512 {avx512}; NEON {neon}"

0 comments on commit e9dc28e

Please sign in to comment.