You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the optimal extraction feature in the pipeline I keep getting resource warnings:
Long2pos_hip64248.py:56: ResourceWarning: unclosed file <_io.FileIO name='hip64248_POSC_NARROW_H_eps.fits' mode='rb' closefd=True>
I'm guessing that this is due to a typo and that 'closefd' should actually be 'closed', but I can't find where in the code this is set.
Marianne
The text was updated successfully, but these errors were encountered:
Hi,
When I use the optimal extraction feature in the pipeline I keep getting resource warnings:
Long2pos_hip64248.py:56: ResourceWarning: unclosed file <_io.FileIO name='hip64248_POSC_NARROW_H_eps.fits' mode='rb' closefd=True>
I'm guessing that this is due to a typo and that 'closefd' should actually be 'closed', but I can't find where in the code this is set.
Marianne
The text was updated successfully, but these errors were encountered: