Skip to content

Fix snr calculation

Colm Talbot requested to merge fix-snr-calculation into master

Master is failing an integration test when reconstructing SNRs.

This MR resolves that by changing the namedtuple to a full class using attrs. This technically adds a new requirement, but in practice this is already required by other packages we use.

Merge request reports