We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cyaron/cyaron/graph.py
Lines 538 to 553 in 23f6432
注意一下这一行:
Line 549 in 23f6432
作者将 Graph 的第二项参数错误地理解为边数并传入 $0$。实际上,这项参数指定了图是否有向。
Graph
同时,我们看到,这个函数并没有解析用户可能传入的 directed 参数并进行处理。
directed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cyaron/cyaron/graph.py
Lines 538 to 553 in 23f6432
注意一下这一行:
cyaron/cyaron/graph.py
Line 549 in 23f6432
作者将$0$ 。实际上,这项参数指定了图是否有向。
Graph
的第二项参数错误地理解为边数并传入同时,我们看到,这个函数并没有解析用户可能传入的
directed
参数并进行处理。The text was updated successfully, but these errors were encountered: