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

Dataset should be able to compute in place #260

Open
SolarDrew opened this issue Jun 6, 2023 · 0 comments
Open

Dataset should be able to compute in place #260

SolarDrew opened this issue Jun 6, 2023 · 0 comments
Labels
Upstream Issue An issue which is probably in an upstream package of the user tools

Comments

@SolarDrew
Copy link
Contributor

Currently you can only change the values in a dataset by doing compute() on the data and then overwriting dataset.data with the result. There should be a .compute() method or something some similar helper to update the values in place instead.

@SolarDrew SolarDrew added the Upstream Issue An issue which is probably in an upstream package of the user tools label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream Issue An issue which is probably in an upstream package of the user tools
Projects
Status: Upstream Issues
Development

No branches or pull requests

1 participant