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

update apply function to data & test #422

Merged

Conversation

JoranAngevaare
Copy link
Member

What is the problem / what does the code in this PR do
Move the apply_data_function logic from st.get_array to st.get_iter to avoid any malicious/accidental usage of st.get_iter thereby bypassing apply_data_function.

Additionally, we fix an issue we had for a while in straxen that this option was incompatible with selection strings:
https://github.com/XENONnT/straxen/blob/5c945e141bee0d5fa976a6e1a78516a0a172305a/straxen/common.py#L491-L493
Therefore, move the application of this function prior to the application of a selection string.

Can you briefly describe how it works?
apply_data_function is applied just prior to returning the data to the user.

Can you give a minimal working example (or illustrate with a figure)?
See the tests as simple examples of use cases.

@JoranAngevaare JoranAngevaare added Testing Works on testing code enhancement New feature or request labels Apr 10, 2021
Copy link
Collaborator

@WenzDaniel WenzDaniel left a comment

Choose a reason for hiding this comment

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

Thanks a lot. Looks fine, just some smaller optional changes.

tests/test_context.py Outdated Show resolved Hide resolved
tests/test_context.py Outdated Show resolved Hide resolved
tests/test_context.py Outdated Show resolved Hide resolved
tests/test_context.py Outdated Show resolved Hide resolved
JoranAngevaare and others added 4 commits April 12, 2021 09:56
Co-authored-by: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com>
Co-authored-by: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com>
Co-authored-by: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com>
@JoranAngevaare
Copy link
Member Author

@WenzDaniel , thanks!

@JoranAngevaare JoranAngevaare merged commit 8beb0ac into AxFoundation:master Apr 12, 2021
@JoranAngevaare JoranAngevaare deleted the update_apply_f_to_data branch April 12, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Testing Works on testing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants