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

polar_data.py is not compatible with h5py ver 3.3 #8

Open
falsekeres opened this issue Jul 18, 2023 · 1 comment
Open

polar_data.py is not compatible with h5py ver 3.3 #8

falsekeres opened this issue Jul 18, 2023 · 1 comment

Comments

@falsekeres
Copy link

The dataset.value attribute was deprecated.
It gives 'Dataset' object has no attribute 'value' error, from the 25th line on polar_data.py, invoked when using from_polar_spectrum(), leading to POLARData().

I have replaced dataset.value with dataset[()] and it is working smoothly.

@sujaymate
Copy link
Contributor

This is fixed with #9

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

2 participants