General information
- Corrfunc version:2.4.0
- platform:linux
- installation method (pip/source/other?):git
Issue description
Cloned a fresh repo on local supercomputer with Skylake cpus and installed with python -m pip install -e . and then ran pytest -v
Expected behavior
Tests should pass
Actual behavior
Most tests failed, there were only a handful of tests that seemed to pass
What have you tried so far?
Unsure what is going on. GH Actions on similar AVX512F cpus (may be skylake) seems to pass just fine