From 79689d69c86631c076eb44f64129bb6889e9c7d1 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 2 Apr 2021 01:28:25 +0000 Subject: [PATCH] fixed spelling in default config, added config to git ignore --- .gitignore | 3 ++- src/config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c766f6..dbe53f9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ **/build/ **/*.egg-info/ -**/dist/ \ No newline at end of file +**/dist/ +**/config.json \ No newline at end of file diff --git a/src/config.json b/src/config.json index 0c58fe4..b94d399 100644 --- a/src/config.json +++ b/src/config.json @@ -46,7 +46,7 @@ ], "balls-started": [ "basic_stats", - "historical_analyss", + "historical_analysis", "regression_linear", "regression_logarithmic", "regression_exponential",