Description of the issue
I noticed recently that there are three MAG files showing up in the repo after running the test suite. They are being generated by the imap_processing/tests/mag/test_mag_l1d.py::test_mag_l1d_attribute test.
Steps to reproduce the issue
Run the above mentioned test. Look in the directory that the test was run from for 3 MAG files: imap_mag_l1d_gradiometry-offsets-burst/-norm, imap_mag_l1d_spin-offsets
Expected vs Actual behavior
Expected behavior would for those files to get written into the pytest test directory, not the repository.
Code Snippet (If applicable)
Additional notes, affected areas, and suggested fixes
No response
Description of the issue
I noticed recently that there are three MAG files showing up in the repo after running the test suite. They are being generated by the
imap_processing/tests/mag/test_mag_l1d.py::test_mag_l1d_attributetest.Steps to reproduce the issue
Run the above mentioned test. Look in the directory that the test was run from for 3 MAG files: imap_mag_l1d_gradiometry-offsets-burst/-norm, imap_mag_l1d_spin-offsets
Expected vs Actual behavior
Expected behavior would for those files to get written into the pytest test directory, not the repository.
Code Snippet (If applicable)
CodeAdditional notes, affected areas, and suggested fixes
No response