You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on #399 (comment). For example, if you pass ordinal data (strings) to a sum reducer, Plot could detect that and raise a helpful error rather than producing NaN output.
The text was updated successfully, but these errors were encountered:
mbostock
changed the title
When a reducer excepts numeric input but is given non-numeric input, it should raise an error.
When a reducer expects numeric input but is given non-numeric input, it should raise an error.
Aug 1, 2021
Fil
added a commit
that referenced
this issue
Aug 7, 2021
Following up on #399 (comment). For example, if you pass ordinal data (strings) to a sum reducer, Plot could detect that and raise a helpful error rather than producing NaN output.
The text was updated successfully, but these errors were encountered: