Skip to content

Implement a base abstract data class #164

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Implement a base abstract data class #164

wants to merge 2 commits into from

Conversation

rafa-guedes
Copy link
Collaborator

Create a new abstract base data class that just defines the basic signature / api. Make DataBlob and DataPoint inherit from this base class (previously, DataPoint unnecessarily inherited from DataBlob).

Addresses #163

@pbranson
Copy link
Member

pbranson commented May 7, 2025

Yes that looks like it would make sense and would be consistent with SourceBase, GridBase etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants