cmu-delphi/forecast-eval

Consider defining `USE_CURR_TRUTH` as a `reactive`

Aperta

#273 aperta il 25 apr 2023

 (0 commenti) (0 reazioni) (0 assegnatari)R (3 fork)auto 404
good first issue

Metriche repository

Star
 (6 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor