From 37dc0c37f80b8dc6686869ba0a5343294e2b5c13 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 22 Oct 2020 11:34:19 +0200 Subject: [PATCH] Black --- km3io/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/km3io/tools.py b/km3io/tools.py index c4c157a..c4b6c0d 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -162,6 +162,7 @@ def fitinf(fitparam, tracks): return out + def count_nested(arr, axis=0): """Count elements in a nested awkward Array. -- GitLab