Skip to content
Snippets Groups Projects
Commit 97960775 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Make yapf

parent c66843f0
No related branches found
No related tags found
No related merge requests found
Pipeline #13361 passed with warnings
......@@ -9,8 +9,12 @@ from km3io.offline import _nested_mapper, Header
OFFLINE_FILE = OfflineReader(data_path("offline/km3net_offline.root"))
OFFLINE_USR = OfflineReader(data_path("offline/usr-sample.root"))
OFFLINE_MC_TRACK_USR = OfflineReader(data_path('offline/mcv5.11r2.gsg_muonCChigherE-CC_50-5000GeV.km3_AAv1.jterbr00004695.jchain.aanet.498.root'))
OFFLINE_NUMUCC = OfflineReader(data_path("offline/numucc.root")) # with mc data
OFFLINE_MC_TRACK_USR = OfflineReader(
data_path(
'offline/mcv5.11r2.gsg_muonCChigherE-CC_50-5000GeV.km3_AAv1.jterbr00004695.jchain.aanet.498.root'
))
OFFLINE_NUMUCC = OfflineReader(
data_path("offline/numucc.root")) # with mc data
class TestOfflineReader(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment