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",