Jellevanderwerff / thebeat

thebeat: Rhythms in Python for science
https://thebeat.readthedocs.io
GNU General Public License v3.0
19 stars 1 forks source link

Different return type than given #49

Open Jellevanderwerff opened 11 months ago

Jellevanderwerff commented 11 months ago

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

YannickJadoul commented 10 months ago

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