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
The condition here introduced in #5621 yields an error for a datetime axis: 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''.
Replacing util.cftime_types with util.datetime_types makes it work. I can make a PR if it's the right fix.
HoloViews 1.17.0
Bokeh 3.2.1
The condition here introduced in #5621 yields an error for a datetime axis:
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''
.Replacing
util.cftime_types
withutil.datetime_types
makes it work. I can make a PR if it's the right fix.Minimal example:
The text was updated successfully, but these errors were encountered: