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

Scalar selection on HoloMap of elements breaks #1886

Open
philippjfr opened this issue Sep 14, 2017 · 0 comments
Open

Scalar selection on HoloMap of elements breaks #1886

philippjfr opened this issue Sep 14, 2017 · 0 comments
Labels
type: bug Something isn't correct or isn't working

Comments

@philippjfr
Copy link
Member

When applying a scalar selection to a HoloMap of Elements like in this example:

hv.HoloMap({i: hv.Curve(range(5)) for i in range(10)}).select(x=5)

What happens is that each indexed Curve returns an integer, which means that we end up with a HoloMap of scalar values, which breaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

1 participant