Skip to content

Commit

Permalink
address graphviz issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jphall663 committed Jan 9, 2020
1 parent 7d61c25 commit 5a74704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dt_surrogate_loco.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
"print('Calling external process ...')\n",
"print(' '.join(gv_args))\n",
"# if the line below is failing for you, try instead:\n",
"# _ = subprocess.call(png_args, shell=True) \n",
"# _ = subprocess.call(gv_args, shell=True) \n",
"_ = subprocess.call(gv_args)"
]
},
Expand Down Expand Up @@ -688,6 +688,8 @@
"# call\n",
"print('Calling external process ...')\n",
"print(' '.join(png_args))\n",
"# if the line below is failing for you, try instead:\n",
"# _ = subprocess.call(png_args, shell=True) \n",
"_ = subprocess.call(png_args)"
]
},
Expand Down

0 comments on commit 5a74704

Please sign in to comment.