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

BDA #310

Merged
merged 309 commits into from
Feb 7, 2024
Merged

BDA #310

merged 309 commits into from
Feb 7, 2024

Conversation

michael-gemmell
Copy link
Collaborator

@michael-gemmell michael-gemmell commented Feb 5, 2024

Working version of BDA. Other than the BDA specific blocks I made some smallish changes to the Plasma class.

Still fixing the linting / tests

@marcosertoli
Copy link
Contributor

Hi Michael, can you fix the linting issues and let me know once the pull request is ready for review?

Copy link
Contributor

@marcosertoli marcosertoli left a comment

Choose a reason for hiding this comment

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

I'll just implement a minor mod to the read_st40 and if everything runs OK, I'll merge.

@@ -129,8 +129,8 @@ def get_raw_data(self, uid: str, instrument: str, revision: RevisionLike = 0):
continue

transform = data[quant].transform
if hasattr(transform, "set_equilibrium"):
transform.set_equilibrium(self.equilibrium)
# if hasattr(transform, "set_equilibrium"):
Copy link
Contributor

Choose a reason for hiding this comment

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

This is needed in a few workflows that don't have tests yet :-(.
I'll reinstate it with a keyword set to False by default so your stuff doesn't have to be changed.
We anyway have to refactor this wrapper in the next weeks.

@marcosertoli marcosertoli merged commit 99d415c into main Feb 7, 2024
2 checks passed
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.

2 participants