Closed swalker2m closed 3 months ago
This was causing a problem in ITAC that was very hard to track down so I uncommented these lines in OCS back in 2022 https://github.com/gemini-hlsw/ocs/pull/2051 … they can probably be uncommented here as well.
Can't believe I remember doing this. Please clap.
Can't believe I remember doing this. Please clap.
Wow, 👏 thanks I'll try it.
Addressed in #934
Add this test case at the end of the ODB's
createCallForProposals
:It will produce a stack trace:
The root cause of which is that our LST calculation produces negative results instead of being confined to the range [0, 24). I notice that we used to wrap this value at one point, but decided better of it without leaving behind any trace of what was happening.