-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
The BaseSpline estimation during the PEP estimation results in a segmentation error if fewer than 4 PSMs are present.
This is because the quadratic spline needs at least 4 bins, leading to an out of bounds error here:
Line 245 in 9c261c0
| Q[n - 2].packedAddElement(n-4, 1 / dx[n - 3]); |
If the --no-terminate flag is set, we can address this edge case by simply repeating the last bin, until we have 4 bins.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels