cmu-delphi/forecast-eval

Consider defining `USE_CURR_TRUTH` as a `reactive`

オープン

#273 opened on 2023/04/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)R (3 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド