Skip to content

Commit 23fd668

Browse files
authored
Merge pull request #66 from dgerstel/fix-56
set simulation mode when exploring DST
2 parents 668936f + ccaea34 commit 23fd668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

first-analysis-steps/interactive-dst.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ from Configurables import DaVinci
3131

3232
dv = DaVinci()
3333
dv.DataType = '2016'
34+
dv.Simulation = True
3435

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

0 commit comments

Comments
 (0)