I think there are two (separate?) issues with this file, needed to run the tests:
pre_processer.py is run first, and contains the line hitmap = meta.read_hitmap(). This presupposes the existence of the hitmap file, which is not downloaded until running mask_handler.py
I think there are two (separate?) issues with this file, needed to run the tests:
pre_processer.py
is run first, and contains the linehitmap = meta.read_hitmap()
. This presupposes the existence of the hitmap file, which is not downloaded until runningmask_handler.py
In
mask_handler.py
, there is (I think) a typo:rather than
Note the repeated
.fits.fits
!But if you fix this typo and then move it into
../data/
with the correct name, the tests work.