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

keepcolums is flacky #652

Open
JoranAngevaare opened this issue Feb 15, 2022 · 0 comments
Open

keepcolums is flacky #652

JoranAngevaare opened this issue Feb 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JoranAngevaare
Copy link
Member

Describe the bug
keepcolumns gives sometimes weird issues when it's run on not-yet stored data

To Reproduce

st = straxen.contexts.xenonnt(cmt_version='global_v6')
st.set_config({correction_name: correction_value})
df = st.get_df( ['018904', '018816'],
               'event_info',
               keep_columns='cs1',
               selection_str='(s1_area > 0) & (s2_area > 0)')
# Now this will fail also if I try it a second time
df = st.get_df( ['018904', '018816'],
               'event_info',
               keep_columns='cs1',
               selection_str='(s1_area > 0) & (s2_area > 0)')

Versions

Working on dali001.rcc.local with the following versions and installation paths:
python	v3.8.12	(default, Oct 12 2021, 13:49:34) [GCC 7.5.0]
strax	v1.1.5	/cvmfs/xenon.opensciencegrid.org/releases/nT/2022.01.4/anaconda/envs/XENONnT_2022.01.4/lib/python3.8/site-packages/strax
straxen	v1.2.6	/cvmfs/xenon.opensciencegrid.org/releases/nT/2022.01.4/anaconda/envs/XENONnT_2022.01.4/lib/python3.8/site-packages/straxen
cutax	v1.3.0	/dali/lgrandi/xenonnt/software/cutax/v1.3.0/cutax
@JoranAngevaare JoranAngevaare added the bug Something isn't working label Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant