push
github
184 of 218 new or added lines in 16 files covered. (84.4%)
1 existing line in 1 file now uncovered.8625 of 9627 relevant lines covered (89.59%)
1.79 hits per line
NEW
|
import strax |
× |
NEW
|
from straxen.plugins.peaks._peak_positions_base import PeakPositionsBase |
× |
3 |
|
|
NEW
|
export, __all__ = strax.exporter() |
× |
5 |
|
|
6 |
|
|
NEW
|
@export
|
× |
NEW
|
class PeakletPositions(PeakPositionsBase): |
× |
9 |
|
|
NEW
|
__version__ = "0.0.0"
|
× |
NEW
|
child_plugin = True
|
× |
NEW
|
provides = "peaklet_positions"
|
× |
NEW
|
depends_on = ( |
× |
14 |
"peaklet_positions_cnf",
|
|
15 |
"peaklet_positions_mlp",
|
|
16 |
) |
|
17 |
|
|
NEW
|
def compute(self, peaklets): |
× |
NEW
|
return super().compute(peaklets) |
× |