-
Notifications
You must be signed in to change notification settings - Fork 3
Do we need _validate_input()? #17
Copy link
Copy link
Open
Description
It looks to me like _validate_input() serves two purposes:
- Verify that objects in the collection are either a
Datasetor aDataArray - convert
DataArrays toDatasets
The first task isn't necessary, since pydantic does this when we define self.dataset, and it's not clear to me why we want to do the second task.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🌳 Todo