From c9b0db643f0ec27b366280111963f1bb0b885889 Mon Sep 17 00:00:00 2001 From: Stefan Reck <stefan.reck@fau.de> Date: Tue, 10 Nov 2020 15:03:03 +0100 Subject: [PATCH] fix --- tests/test_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_extractor.py b/tests/test_extractor.py index 0cab2f5..70e0bef 100644 --- a/tests/test_extractor.py +++ b/tests/test_extractor.py @@ -24,7 +24,7 @@ class TestStdRecoExtractor(TestCase): max_n_hits=3, time_window=[0, 50], hit_infos=["pos_z", "time", "channel_id"], - mc_info_extr=extractors.get_neutrino_mc_info_extr(NEUTRINO_FILE), + extractor=extractors.get_neutrino_mc_info_extr(NEUTRINO_FILE), det_file=DET_FILE_NEUTRINO, add_t0=True, ) -- GitLab