Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error raised in predictNeededTime() #5

Open
ItsCRC opened this issue Mar 15, 2023 · 1 comment
Open

An error raised in predictNeededTime() #5

ItsCRC opened this issue Mar 15, 2023 · 1 comment

Comments

@ItsCRC
Copy link

ItsCRC commented Mar 15, 2023

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

@Hamzawp
Copy link

Hamzawp commented Sep 8, 2024

Hey, I am facing the same problem. Have you figured out the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ItsCRC @Hamzawp and others