From 97960775992c04ab41c1240c53735bb210991a3e Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 20 Aug 2020 09:40:40 +0200 Subject: [PATCH] Make yapf --- tests/test_offline.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/test_offline.py b/tests/test_offline.py index f58e45a..3e72f88 100644 --- a/tests/test_offline.py +++ b/tests/test_offline.py @@ -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): -- GitLab