These route is not covered by our test
|
if self._coordsys == 'spacecraftframe': |
|
dwell_time_map = self._get_dwell_time_map(coord) |
|
self._psr[name] = self._dr.get_point_source_response(exposure_map=dwell_time_map) |
As described in #486, #443 broke this but it was not caught because of this missing test.
These route is not covered by our test
cosipy/cosipy/threeml/COSILike.py
Lines 258 to 260 in 29ac162
As described in #486, #443 broke this but it was not caught because of this missing test.