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.

貢獻者指南