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

self.seq_edge_w(old_edge_id) error #7

Open
ylwangy opened this issue Jun 16, 2020 · 0 comments
Open

self.seq_edge_w(old_edge_id) error #7

ylwangy opened this issue Jun 16, 2020 · 0 comments

Comments

@ylwangy
Copy link

ylwangy commented Jun 16, 2020

model.py
line#181~#184

    try:
        seq_edges_w = self.seq_edge_w(old_edge_id)
    except RuntimeError:
        print(old_edge_id)

I catch a error here. Why it happens and how to solve it ? Thanks!

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

1 participant