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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: