Random dag generator
Đang mở
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
Đánh giá
Issue này chưa được đánh giá.