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

Add MeasurementBase model #128

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Add MeasurementBase model #128

merged 2 commits into from
Jan 22, 2024

Conversation

dalonsoa
Copy link
Collaborator

Close #114

Adds the base model that will be used by all measurement-related models. It will replace, ultimately, the existing BaseMeasurement class and create_meas_model function.

As it is an abstract model that do not add an entry to the DB and , there's nothing to test (at least not without a lot of work). Tests will be added down the line, after benchmarking has proved that this is performant enough.

Copy link
Member

@tsmbland tsmbland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dalonsoa dalonsoa merged commit 3423376 into develop Jan 22, 2024
5 checks passed
@dalonsoa dalonsoa deleted the new_meas branch January 22, 2024 11:18
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.

Add the MeasurementBase model
2 participants