Skip to content

Commit

Permalink
add comment to progress graph
Browse files Browse the repository at this point in the history
  • Loading branch information
qibolun committed Mar 12, 2018
1 parent 39c747f commit 185dc1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/dryvrmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def verify(data, simFunction, paramConfig={}):
)

# Build the progress graph for jupyter notebook
# isIpynb is used to detect if the coding is running
# on notebook or terminal, the graph will only be shown
# in notebook mode
progressGraph = Graph(params, isIpynb())

# Make sure the initial mode is specfieid if the graph is dag
Expand Down

0 comments on commit 185dc1c

Please sign in to comment.