usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Memmap `summarize_data()` fails when files contain 2+ segments #249

Closed joefowler closed 1 year ago

joefowler commented 1 year ago

Original report by Joseph Fowler (Bitbucket: joe_fowler, ).


We were regression testing on a small file, small enough to have one segment. But when a file has 2+ segments, the summarize_data(..., use_cython=False) will error. Fix this!!!

joefowler commented 1 year ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Fixed in bb12237