ipython / ipython/ipyparallel

Random dag generator

未关闭
#361 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
docs
主要语言
Jupyter Notebook
星标
2.6k
派生
1k
PR 合并指标
30 天内没有已合并 PR

描述

There is a bug in the random_dag function of

https://ipython.org/ipython-doc/3/parallel/dag_dependencies.html

The solution is to add the following line:

if G.has_edge(a, b):continue

before:

G.add_edge(a,b)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。