Skip to content

Commit

Permalink
Merge branch 'master' into update_text_formats
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Feb 15, 2024
2 parents 42ddebe + b18e8f3 commit 64ead4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extra_requirements/requirements-tests.txt
@@ -1,6 +1,6 @@
# File for the requirements of straxen with the automated tests
git+https://github.com/AxFoundation/strax
git+https://github.com/XENONnT/ax_env
git+https://github.com/XENONnT/base_environment
nbmake
pytest-xdist
xedocs==0.2.25
Expand Down
3 changes: 1 addition & 2 deletions straxen/contexts.py
Expand Up @@ -160,8 +160,7 @@ def find_rucio_local_path(include_rucio_local, _rucio_local_path):
__rucio_local_path = "/project/lgrandi/rucio/"
print(
"You specified _auto_append_rucio_local=True and you are not on dali compute nodes, "
"so we will add the following rucio local path: ",
__rucio_local_path,
f"so we will add the following rucio local path: {__rucio_local_path}"
)

return _include_rucio_local, __rucio_local_path
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/events/events.py
Expand Up @@ -29,7 +29,7 @@ class Events(strax.OverlapWindowPlugin):
provides = "events"
data_kind = "events"

save_when = strax.SaveWhen.NEVER
save_when = strax.SaveWhen.EXPLICIT

dtype = [
("event_number", np.int64, "Event number in this dataset"),
Expand Down

0 comments on commit 64ead4e

Please sign in to comment.