Skip to content

Commit

Permalink
Removing warning for problem which has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ropes committed Nov 11, 2015
1 parent 7a58565 commit ce94e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce94e00

Please sign in to comment.