ipython / ipython/ipyparallel

Random dag generator

オープン
#361 コメント 1 件 リアクション 0 件 担当者 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)

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start with the random_dag function described in the linked DAG dependencies documentation and inspect how it adds edges. Reproduce or trace the duplicate-edge case, then verify that the generator no longer attempts to add an existing edge and that its resulting DAG behavior remains valid.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
distributed-systems
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
52/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。