Closed PaulJWright closed 1 year ago
@alasdairwilson notes this may be come about between versions 0.6.2
and 0.6.3
Might look into this over the weekend... Here is the line in client.py
: https://github.com/sunpy/drms/blame/8b2b8666e336bb28f3260ea6fe6f38722f96dd5b/drms/client.py#L654
Describe the bug
Certain
drms
queries return a ValueError, e.g.:To Reproduce
In the most simple case, requesting 6 hours of data from 2011.04.14_00:30:00, at a 2 hour cadence, for all keys (
drms.const.all
), will raise the above error.As would perhaps be expected, the following queries complete successfully:
and the following raises the same
ValueError
Screenshots
The JSOC query of
hmi.M_720s[2011.04.14_00:30:00/6h@2h]
points to the issue:System Details
Installation method
pip