Anand Kumar Singh

Results 2 comments of Anand Kumar Singh

Hi Roland, +1 for python support. However for some reason the min_size/beta/Degree arguments don't work and this is the error i get: TypeError: evaluate() got an unexpected keyword argument 'min_size'

Hi Roland, I figured it out!! evaluate in EdmMulti has been defined with *args, and therefore should only accepts values of the arguments min_size/beta/Degree. In order to provide named arguments...