thebeat
thebeat copied to clipboard
Different return type than given
E.g. for thebeat.stats.get_ugof_isochronous
, the expected return type is np.float64, even though the function returns np.float32.
Potentially use https://typeguard.readthedocs.io/en/latest/ or similar library during tests?