Skip to content

Commit

Permalink
Merge pull request #66 from dgerstel/fix-56
Browse files Browse the repository at this point in the history
set simulation mode when exploring DST
  • Loading branch information
chrisburr committed Nov 3, 2017
2 parents 668936f + ccaea34 commit 23fd668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions first-analysis-steps/interactive-dst.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ from Configurables import DaVinci

dv = DaVinci()
dv.DataType = '2016'
dv.Simulation = True

# Pass file to open as first command line argument
inputFiles = [sys.argv[-1]]
Expand Down

0 comments on commit 23fd668

Please sign in to comment.