plot icon indicating copy to clipboard operation
plot copied to clipboard

Raise an error when a reducer expects numeric input but is given non-numeric input

Open Fil opened this issue 4 years ago • 1 comments

Add tests for the normalize transform closes #473

Fil avatar Aug 07 '21 10:08 Fil

related #751

Fil avatar Feb 10 '22 11:02 Fil

I've rewritten this PR against main and following your comments.

One thing to note is that we run the test on each call to the reducer. It will usually be fast (returning immediately), so there is no need to memoize, but there might be weird cases (large tables full of null values) where it's not.

Fil avatar Feb 06 '23 11:02 Fil