Skip to content

Commit

Permalink
remove cnn, only use mlp and gcn (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenhaoLiangW authored Jan 12, 2024
1 parent ebddab5 commit 2c48b77
Showing 1 changed file with 1 addition and 1 deletion.
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 2c48b77

Please sign in to comment.