add fixed growth for bpis

This commit is contained in:
Bel LaPointe
2023-10-27 17:16:30 -06:00
parent 9384098578
commit 8a0b42ee77
2 changed files with 6 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ func main() {
}
}
if r.URL.Query().Get("bpi") != "" {
if r.URL.Query().Get("bpi") == "true" {
register = register.WithBPIs(bpis)
predicted = predicted.WithBPIs(bpis)
}