AxFoundation/strax

`select_runs` when rucio lives in midway3

Closed this issue · 1 comments

Describe the bug
For new runs transferred to midway3 instead of dali, the available argument in select_runs doesn't seem to work. It neglects existing data.

To Reproduce
Run this on a midway compute node:

st_midway = cutax.xenonnt_online(_rucio_local_path='/project/lgrandi/rucio', include_rucio_local = True)
bkg_midway = st_midway.select_runs(run_mode = 'background_linked')
bkg_midway

Compare this with st_midway.is_stored('052367', 'event_info') for example.
Expected behavior
For the new runs, they should have most datatypes available.

Screenshots

Versions
image

I myself cannot reproduce the issue today... weird. Could be I messed up variable names somewhere. Sorry for spamming.

st_midway = cutax.xenonnt_online(_rucio_local_path='/project/lgrandi/rucio', include_rucio_local = True)
bkg_midway = st_midway.select_runs(run_mode = 'background_linked')
bkg_midway

This is working as expected now.