From 8ce98542b8bae5c95dbf9c3fc5e8af4f19b3c087 Mon Sep 17 00:00:00 2001 From: Zineb Aly <zaly@km3net.de> Date: Mon, 3 Feb 2020 10:48:10 +0100 Subject: [PATCH] Apply suggestion to km3io/offline.py --- km3io/offline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3io/offline.py b/km3io/offline.py index 6f32651..4d67707 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -537,7 +537,7 @@ class OfflineReader: yield trk_index, stages_index - def _find_empty(self, chunk_arr): + def _find_empty(self, array): """finds empty lists/arrays in a chunked-jagged array of data of interest. -- GitLab