Skip to content

Commit

Permalink
[tests] numeric binning now correctly pulls None values
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 18, 2023
1 parent 2b2f604 commit 6bbbda7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/golden/aggregators-errors.tsv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
key1 amt_max_bar amt_max_baz amt_max_foo amt_min_bar amt_min_baz amt_min_foo qty_max_bar qty_max_baz qty_max_foo qty_min_bar qty_min_baz qty_min_foo qty_sum_bar qty_sum_baz qty_sum_foo
#ERR 43.20 3.30 32 4 0 36 0
#ERR 0 0 0
date(None) 43.20 3.30 32 4 0 36 0
2016-01-01 - 2016-12-07 1 1 0 0 1
2016-12-07 - 2017-11-13 0 0 0
2017-11-13 - 2018-10-20 0.30 0.01 0.01 0.30 0.01 0.01 16 256 16 256 16 256 0

0 comments on commit 6bbbda7

Please sign in to comment.