Skip to content

Commit

Permalink
Deprecate the usage of XENONnT/ax_env (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Feb 11, 2024
1 parent 2f15448 commit b18e8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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

0 comments on commit b18e8f3

Please sign in to comment.