fgnt / pb_bss

Collection of EM algorithms for blind source separation of audio signals
MIT License
270 stars 60 forks source link

Adaption to new numpy and scipy versions #41

Open sibange opened 3 months ago

boeddeker commented 1 month ago

Can you change the doctests, such that they work with old and new numpy? e.g. si_sdr(reference, reference) (repr) -> print(si_sdr(reference, reference)) (str)