Random dag generator
Aperta
docs
- Lingua principale
- Jupyter Notebook
- Stelle
- 2.6k
- Fork
- 1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.