microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2.08k stars 334 forks source link

fix bug in shortest path #121

Closed shiyu1994 closed 2 years ago

shiyu1994 commented 2 years ago

Change unsigned int to int for k in get_all_edges in algos.pyx. The bug was introduced in #119 which including -1's in the path matrix.