cmu-delphi/forecast-eval

Consider defining `USE_CURR_TRUTH` as a `reactive`

Open

#273 opened on Apr 25, 2023

 (0 comments) (0 reactions) (0 assignees)R (3 forks)auto 404
good first issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide