mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 05:31:22 +08:00
f7e4f57425
Previously, on days that were trading days, but there with no event data to process for that day, performance metrics were not emitted, since the handling was based on having an event trigger the daily performance metric. Handled by grouping together performance messages, on market open, for all days since the last market close. Also, changes perf_tracker unit test to simulate missing data. Taken from @richafrank's branch handling the same case.