cmu-delphi/forecast-eval

Consider defining `USE_CURR_TRUTH` as a `reactive`

Aberta

#273 aberto em 25 de abr. de 2023

 (0 comentário) (0 reação) (0 responsável)R (3 forks)auto 404
good first issue

Métricas do repositório

Stars
 (6 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador