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
Hi, while testing colab notebook (simpleAlgorithm.ipynb), I am getting ValueError: start points must all be within the costs array. After some extensive debugging, I found out that in _normalize_indices() function indices and shape condition resulted in None returned. Which, subsequently, lead to this error. Could you help what is wrong? Filename - _mcp.pyx
The text was updated successfully, but these errors were encountered:
Hi, while testing colab notebook (simpleAlgorithm.ipynb), I am getting ValueError: start points must all be within the costs array. After some extensive debugging, I found out that in _normalize_indices() function indices and shape condition resulted in None returned. Which, subsequently, lead to this error. Could you help what is wrong? Filename - _mcp.pyx
The text was updated successfully, but these errors were encountered: