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

Hv plotting: external bugs an warnings #495

Open
lang-m opened this issue Sep 29, 2023 · 0 comments
Open

Hv plotting: external bugs an warnings #495

lang-m opened this issue Sep 29, 2023 · 0 comments

Comments

@lang-m
Copy link
Member

lang-m commented Sep 29, 2023

xarray bug

In hv.vector we use xarray.arctan2 to compute the angle of the in-plane field. In there, we use the where argument. Due to a problem in xarray, this argument currently only works when passing a numpy.ndarray not with an xarray.DataArray. We can consider changing the arctan2 call in hv.py back to passing the xarray once this is fixed in xarray.

The problem is already known: pydata/xarray#7965

HoloViews warning

Holoviews currently shows a warning about a deprecated call to unique when creating a DynamicMap. I have added code to hide the warnings. This can be removed once fixed in the next HoloViews release. The relevant sections in hv.py have comments about this.

Question to and reply from the HoloViews team: https://discourse.holoviz.org/t/futurewarning-when-creating-a-dynamicmap/6108

lang-m added a commit that referenced this issue Sep 29, 2023
These will be fixed in the next holoviews release. See #495 for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant