From 284011b345a51e5103ce29956d48dd783a5c65e4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Fri, 27 Oct 2023 17:21:59 -0600 Subject: [PATCH] default --- cmd/clitest/index.html | 6 +++--- cmd/clitest/main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/clitest/index.html b/cmd/clitest/index.html index c8fc44d..ca28172 100644 --- a/cmd/clitest/index.html +++ b/cmd/clitest/index.html @@ -60,17 +60,17 @@ - + - + - + diff --git a/cmd/clitest/main.go b/cmd/clitest/main.go index f718944..1dfe2f7 100644 --- a/cmd/clitest/main.go +++ b/cmd/clitest/main.go @@ -113,7 +113,7 @@ func main() { panic(err) } prediction = append(prediction, ana.NewInterestPredictor(fields[0], fields[1], apy)) - case "contributions": + case "autoContributions": prediction = append(prediction, ana.NewContributionPredictor(register)) default: panic(k)