mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 07:39:11 +08:00
80cc2bd6f6
Fixes the case where a delta has an asof_date of the last requested day and an index error would occur. This guards against this specifically to make the delta be effective through the end of the requested window. Adds a test case for this behavior.