Hi Fons, thanks for your valuable feedback.
> I inserted a 'print (thetaTest)' in Wbinary(), just before > the compare that fails. The code *is* called, and thetaTest > is printed as a list, not an array. > > Yes! Wbinary() is called in constants.py, just to call it once and store the result, which *should* be a vector with True and False elements. But, as you correctly pointed out, in the function Wbinary() the comparison is between a list and a float and not a np.array and a float (which would be legit). Thanks for finding this bug! I will fix it immediately! There is always one more bug. Anyway if you run the code with WBIN = 0, as comes by default, the results are not affected. Ciao, Davide -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://mail.music.vt.edu/mailman/private/sursound/attachments/20140318/0c608eb8/attachment.html> _______________________________________________ Sursound mailing list [email protected] https://mail.music.vt.edu/mailman/listinfo/sursound
