-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor Datastore to use scipp.DataGroup #94
Copy link
Copy link
Open
Labels
[priority] ⚠️ label neededAutomatically added to issues without a [priority] labelAutomatically added to issues without a [priority] label[scope] ⚠️ label neededAutomatically added to issues and PRs without a [scope] labelAutomatically added to issues and PRs without a [scope] label
Metadata
Metadata
Assignees
Labels
[priority] ⚠️ label neededAutomatically added to issues without a [priority] labelAutomatically added to issues without a [priority] label[scope] ⚠️ label neededAutomatically added to issues and PRs without a [scope] labelAutomatically added to issues and PRs without a [scope] label
Projects
Status
No status
The current Datastore implementation is based on numpy arrays. With the planned move to scipp, we should refactor Datastore to use scipp.DataGroup (and DataArray where appropriate).
Benefits:
This was touched on in #88 (review), but needs a dedicated discussion and design decision.
Open questions: