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

Can't perform NumPy functions on data read by io.py #67

Closed
KaoruNishikawa opened this issue Dec 22, 2020 · 1 comment · Fixed by #95
Closed

Can't perform NumPy functions on data read by io.py #67

KaoruNishikawa opened this issue Dec 22, 2020 · 1 comment · Fixed by #95
Assignees
Labels
bug Something isn't working

Comments

@KaoruNishikawa
Copy link
Contributor

KaoruNishikawa commented Dec 22, 2020

Since tp-data read by io.py keeps structured array attributes, NumPy functions (e.g. np.mean() or data.mean('t')) nor data specification (e.g. data['timestamp']) can't be performed on the returned xr.DataArray object.

@KaoruNishikawa KaoruNishikawa added the bug Something isn't working label Dec 22, 2020
@r-yamada1998
Copy link
Member

Ok, I'll check and fix the bug. Thank you for your report.

@KaoruNishikawa KaoruNishikawa added the wontfix This will not be worked on label Jan 13, 2021
@KaoruNishikawa KaoruNishikawa removed the wontfix This will not be worked on label Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants