Drop meaning the clearing rate, use per step count

epoch_index_backup
Tyler Goodlet 2023-01-02 15:32:48 -05:00
parent 6d2077e8e6
commit 075dd94759
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ async def flow_rates(
# FSPs, user input, and possibly any general event stream in
# real-time. Hint: ideally implemented with caching until mutated
# ;)
period: 'Param[int]' = 6, # noqa
period: 'Param[int]' = 1, # noqa
# TODO: support other means by providing a map
# to weights `partial()`-ed with `wma()`?