File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RB_ADD_GBENCHMARK(RDFBenchmarks
77if (NUMPY_FOUND AND rootbench-datafiles)
88 RB_ADD_PYTESTBENCHMARK(pytest-rdataframe-asnumpy
99 rdataframe_asnumpy.py
10- DOWNLOAD_DATAFILES Run2012BC_DoubleMuParked_Muons.root data_A.GamGam.100k. root
10+ DOWNLOAD_DATAFILES Run2012BC_DoubleMuParked_Muons.root data_A.GamGam.root
1111 LABEL long)
1212endif ()
1313
Original file line number Diff line number Diff line change 55import ROOT
66
77nanoaod_file = os .path .join (os .environ ["RB_DATASETDIR" ], "Run2012BC_DoubleMuParked_Muons.root" )
8- ntuple_file = os .path .join (os .environ ["RB_DATASETDIR" ], "data_A.GamGam.100k. root" )
8+ ntuple_file = os .path .join (os .environ ["RB_DATASETDIR" ], "data_A.GamGam.root" )
99
1010# Simple AsNumpy benchmark processing a minimal amount of data from memory
1111
You can’t perform that action at this time.
0 commit comments