SACC file in examples seems corrupted
Describe the bug I tried running this example in the examples directory but the sacc file seems to be corrupted (both .hdf5 and .sacc). When running, I got this:
OSError: No SIMPLE card found, this file does not appear to be a valid FITS file. If this is really a FITS file, try with ignore_missing_simple=True
and when modifying sacc source code to add this keyword argument when loading the FITS file, I got the message that the file is corrupted. However, when using an earlier version of the file (from release 1.8), it works fine. That file was .fits.
It seems something went wrong when moving from fits to hdf5. Can you double-check that the example pointed above runs well for the hdf5 file?
To Reproduce Steps to reproduce the behavior:
- Run this example in the examples directory.
- See error
Expected behavior
Output should be a halo_model.png file in the examples directory (that is not tracked) and shows a match between Firecrown and CCL.
Configuration: Please include all relevant information about your configuration:
- Firecrown version: 1.15 (patch "0a0") latest master branch at the time.
- If using a development branch, please specify the branch name.
- Installation method: developer installation
- OS and Version: macOS with M4 chip
Just to say here this error still persists even if I update my conda environment.