sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

test_sun_vec_versus_telemetry always skipped? #127

Closed jeanconn closed 5 years ago

jeanconn commented 5 years ago

It looks to me like maybe

try:
    fetch.get_time_range('pitch')
    HAS_PITCH = True
except:
    HAS_PITCH = False

should be testing for dp_pitch instead of pitch, but I don't remember the history here.

taldcroft commented 5 years ago

Good point. fetch.Msid knows that pitch is short-hand for dp_pitch, but apparently not get_time_range. That's kind of an upstream bug, but easy to fix here.