Skip to content

Commit

Permalink
A minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Nov 21, 2024
1 parent 49c2d6a commit f1b8676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion straxen/plugins/peaklets/peaklet_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class PeakletPositions(PeakPositionsBase):
child_plugin = True
provides = "peaklet_positions"
depends_on = (
"peaklet_positions_mlp",
"peaklet_positions_cnf",
"peaklet_positions_mlp",
)

def compute(self, peaklets):
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/peaks/peak_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class PeakPositions(strax.MergeOnlyPlugin):
__version__ = "0.0.0"
provides = "peak_positions"
depends_on = (
"peak_positions_mlp",
"peak_positions_cnf",
"peak_positions_mlp",
)
save_when = strax.SaveWhen.NEVER

Expand Down

0 comments on commit f1b8676

Please sign in to comment.