cmu-delphi/forecast-eval
Consider defining `USE_CURR_TRUTH` as a `reactive`
Ouverte
#273 ouverte le 25 avr. 2023
good first issue
Métriques du dépôt
- Stars
- (6 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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.