GraphKernels icon indicating copy to clipboard operation
GraphKernels copied to clipboard

Fix errors due to the major update of NumPy

Open KeishiS opened this issue 1 year ago • 0 comments

Thank you for sharing graph kernels implementation. I fixed 2 errors caused by the update of numpy.

  • Some older numpy data types are used in GKextCPy_wrap.cxx. However, such older types are removed due to major update of numpy 2.0. I restricted the installed numpy version to be below 2.0.
  • From numpy 1.15 to 1.16, the default value of load function was changed. I modified the code to explicitly specify the argument.

KeishiS avatar Aug 29 '24 02:08 KeishiS