models/model.go
@@ -14,7 +14,7 @@ } var modelRegistry = map[string]func() Model{ "gather": func() Model { return &GatherModel{} }, //"gather": func() Model { return &GatherModel{} }, "disappear": func() Model { return &DisappearModel{} }, "locationAnalysis": func() Model { return &LocationModel{} }, "accessRegularity": func() Model { return &RegularityModel{} },