Writing Data with unit "%" to FITS and reading back in will change the unit to '0.01'
Depending on how often data was read/write to fits the actual unit might differ.
This could break the end2end test but should not be a reason to reject the PR as internally the both units are compatible
Maybe update astropy
a: /tmp/pytest-of-nicky/pytest-862/origdata/solo_L1_stix-hk-maxi_20210628_V01.fits
b: /tmp/pytest-of-nicky/pytest-862/L1/2021/06/28/HK/solo_L1_stix-hk-maxi_20210628_V01.fits
Keyword(s) not to be compared:
CHECKSUM DATASUM DATE HISTORY VERS_SW
Maximum number of different data values to be reported: 10
Relative tolerance: 0.0, Absolute tolerance: 0.0
Extension HDU 2 (DATA, 1):
Headers contain differences:
Keyword COMMENT [146] has different values:
a> unit: '0.01'
? ^^^^
b> unit: '%'
? ^
Keyword COMMENT [280] has different values:
a> unit: !astropy.units.Unit {unit: '0.01'}
? ^^^^
b> unit: !astropy.units.Unit {unit: '%'}
?
Writing Data with unit "%" to FITS and reading back in will change the unit to '0.01' Depending on how often data was read/write to fits the actual unit might differ.
This could break the end2end test but should not be a reason to reject the PR as internally the both units are compatible
Maybe update astropy