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

Error in data format: Node not found #32

Open
Marc-Boyer opened this issue Jan 31, 2025 · 1 comment
Open

Error in data format: Node not found #32

Marc-Boyer opened this issue Jan 31, 2025 · 1 comment
Assignees

Comments

@Marc-Boyer
Copy link

Dears,

I have a problem at file file parsing that I do not undersand.

python -m tsnkit.models.at node-bug-streams.csv data/node-bug-topo.csv
time | name | flag | solve_time | total_time | total_mem
[!] 'Node 6 not found'
Traceback (most recent call last):...

node-bug-streams.csv

node-bug-topo.csv

@ChuanyuXue
Copy link
Owner

This is because the code assumes nodes in network have successive index (there is no node 4 in your topo). If you append following 2 lines to topo file it should work.

 "(4,1)",8,1,2000,0
 "(1,4)",8,1,2000,0

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