From ce94e00d58ecc3dddd68a061260dc86e2c9842c6 Mon Sep 17 00:00:00 2001 From: Josh Roppo Date: Tue, 10 Nov 2015 16:20:49 -0800 Subject: [PATCH] Removing warning for problem which has been fixed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4f75f0d..7e715b8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ func main() { // PushFixed method will keep the size of the Data vector constant. // Oldest data points will be evicted as points are added. - // WARNING: Mixing Push() and PushFixed() will result in failure! anom2, _ := anomalyzer.NewAnomalyzer(conf, data) prob2, _ := anom2.PushFixed(8.0) // returns an error as second value if the array size changed unexpectantly