Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Area with x datetimes doesn't work on latest dev #3040

Closed
ahuang11 opened this issue Oct 2, 2018 · 2 comments
Closed

Area with x datetimes doesn't work on latest dev #3040

ahuang11 opened this issue Oct 2, 2018 · 2 comments
Milestone

Comments

@ahuang11
Copy link
Collaborator

ahuang11 commented Oct 2, 2018

/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

@philippjfr
Copy link
Member

Fixed in #3045

@philippjfr philippjfr added this to the v1.10.8 milestone Oct 25, 2018
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants