cmu-delphi/forecast-eval

Consider defining `USE_CURR_TRUTH` as a `reactive`

开放

#273 创建于 2023年4月25日

 (0 条评论) (0 个反应) (0 位负责人)R (3 个派生)auto 404
good first issue

仓库指标

星标
 (6 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There are several observers that exist only to change the value of USE_CURR_TRUTH. The logic could be simpler and dashboard faster if USE_CURR_TRUTH were changed into a reactive. Since reactives are lazily evaluated, they are faster than observers.

贡献者指南