Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
seiflotfy committed Aug 12, 2018
1 parent 76923dd commit aee91d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stream_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Example() {
// Output:
// ApproximationError:0 <nil>
// Finalize:<nil>
// qstream.GenerateQuantiles(4): [0 251865 503730 746595 999999] <nil>
// qstream.GenerateQuantiles(10):[0 98946 197892 296838 395789 503730 602676 701622 800568 899514 999999] <nil>
// sum.GenerateQuantiles(4): [0 251865 503730 746595 999999]
// GenerateQuantiles(4):[0 251865 503730 746595 999999] <nil>
// GenerateQuantiles(10):[0 98946 197892 296838 395789 503730 602676 701622 800568 899514 999999] <nil>
// GenerateQuantiles(4):[0 251865 503730 746595 999999]
}

0 comments on commit aee91d9

Please sign in to comment.