Skip to content

Make the SNR calculation identical if done with an dataframe or dict

Gregory Ashton requested to merge standardize-snr-calculation-method into master

The SNR calculation was different if you use a single sample (a dict) or a set of samples (a dataframe). This unifies the two approaches to use the improved interface.

Merge request reports