Skip to content

Commit

Permalink
Merge pull request #38 from salesforce/yangwenz-patch-1
Browse files Browse the repository at this point in the history
Update DataGeneration.ipynb
  • Loading branch information
yangwenzhuo08 committed Jul 11, 2023
2 parents 9f33810 + 2c3f426 commit 2074a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/DataGeneration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
],
"source": [
"graph_matrix = DAGGen(DAGGenConfig).gen()\n",
"graph_matrix = DAGGen(DAGGenConfig()).gen()\n",
"G = nx.DiGraph(graph_matrix)\n",
"\n",
"# transform node names from 0 to N-1 to X1 to XN\n",
Expand Down

0 comments on commit 2074a3f

Please sign in to comment.