-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
FieldSet.from_xarray_dataset() fundamentally works off of the assumption that a single dataset contains all field information, which may not be correct as the field information can be scattered across multiple files which have different dimensions.
I'm not sure how useful this abstraction is as a method due to this difference. May be worth considering removing outright, or just clearly documenting that its limited in scope.
Removal can be done at a later stage (removing this method now will just interfere with test cases that currently use it)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done