-
Notifications
You must be signed in to change notification settings - Fork 0
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
BDA #310
Conversation
Hi Michael, can you fix the linting issues and let me know once the pull request is ready for review? |
There was a problem hiding this 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.
indica/readers/read_st40.py
Outdated
@@ -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"): |
There was a problem hiding this comment.
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.
Working version of BDA. Other than the BDA specific blocks I made some smallish changes to the Plasma class.
Still fixing the linting / tests