-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
Our threshold implementations do already, which is good (via count), but we shouldn’t be passing null values in here:
Lines 80 to 82 in 6fda277
| if (x0 <= x && x <= x1) { | |
| bins[bisect(tz, x, 0, m)].push(data[i]); | |
| } |
(Undefined and NaN values already fail this test, so we’re good on those.)
Metadata
Metadata
Assignees
Labels
No labels