openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

null values in time series cause client side summary stats to error out #158

Closed alee closed 2 years ago

bocinsky commented 2 years ago

There are drop-in nan-avoiding replacements for numpy.mean (numpy.nanmean) and numpy.std (numpy.nanstd).

alee commented 2 years ago

Unfortunately these stats are still being computed client-side in JavaScript using MathJS

See https://github.com/josdejong/mathjs/issues/830