Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Jan 14, 2024
2 parents cbd15e9 + a363ec8 commit 199c617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ multihist>=0.6.3
numba>=0.50.0
numpy
packaging
pymongo<4.0.0
pymongo
requests
strax>=1.5.0
utilix>=0.5.3
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/events/s2_recon_pos_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class S2ReconPosDiff(strax.Plugin):

recon_alg_included = straxen.URLConfig(
help="The list of all reconstruction algorithm considered.",
default=("_mlp", "_gcn", "_cnn"),
default=("_mlp", "_gcn"),
infer_type=False,
)

Expand Down

0 comments on commit 199c617

Please sign in to comment.