thebeat icon indicating copy to clipboard operation
thebeat copied to clipboard

Different return type than given

Open Jellevanderwerff opened this issue 1 year ago • 1 comments

E.g. for thebeat.stats.get_ugof_isochronous, the expected return type is np.float64, even though the function returns np.float32.

Jellevanderwerff avatar Oct 20 '23 13:10 Jellevanderwerff

Potentially use https://typeguard.readthedocs.io/en/latest/ or similar library during tests?

YannickJadoul avatar Nov 16 '23 17:11 YannickJadoul