diff --git a/cmd/clitest/index.html b/cmd/clitest/index.html index cbb3102..c8fc44d 100644 --- a/cmd/clitest/index.html +++ b/cmd/clitest/index.html @@ -68,6 +68,11 @@ + + + + + diff --git a/cmd/clitest/main.go b/cmd/clitest/main.go index f8bec05..f718944 100644 --- a/cmd/clitest/main.go +++ b/cmd/clitest/main.go @@ -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) }