Open sibange opened 3 months 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)
si_sdr(reference, reference)
print(si_sdr(reference, reference))
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)