ipython / ipython/ipyparallel

Random dag generator

Đang mở
#361 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
docs
Ngôn ngữ chính
Jupyter Notebook
Star
2.6k
Fork
1k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.