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
/mnt/c/Users/user/GOOGLE~1/Bash/holoviews/holoviews/plotting/bokeh/chart.py in _split_area(self, xs, lower, upper)
492 each area separated by nans.
493 """
--> 494 split = np.where(np.isnan(xs) | np.isnan(lower) | np.isnan(upper))[0]
495 xvals = np.split(xs, split)
496 lower = np.split(lower, split)
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
holoviews 1.11.0a3.post21+g76f61386
221c4df
The text was updated successfully, but these errors were encountered: