Random dag generator
オープン
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