refinery-platform/heatmap-scatter-dash

Fail quickly for non-numeric CSV

mccalluc opened this issue · 1 comments

If there are strings where it's expecting numeric count data, we never get past the please wait. More generally, app_runner_refinery.py should serve a 200 error page if we've hit an error we won't be able to resolve.

Or, actually, strip the string values. Fixed.