You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update file "independence_testing/HSICBlockTestObject.py"by correcting this line: "num_blocks = ( self.num_samples ) / self.blocksize" by the new one "num_blocks = int(( self.num_samples ) // self.blocksize)". Indeed, without that, you have this error: "TypeError: 'float' object cannot be interpreted as an integer".
Thank you for this package. Again, it is a very good work.
Best regards.
The text was updated successfully, but these errors were encountered:
Good morning,
First it was a pleasure to find these package to compute HSIC index. Congratulations, it is an impressive work.
I use python 3.6 on ubuntu16.04 and i had some troubles to install/use kerpy. I solved all the issues.
So here my guide line:
Thank you for this package. Again, it is a very good work.
Best regards.
The text was updated successfully, but these errors were encountered: