From d9c209ad24b885d0822a83e7d4c683bc4173b288 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Wed, 16 Jun 2021 11:52:01 +0200 Subject: [PATCH] yapf --- km3buu/output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/km3buu/output.py b/km3buu/output.py index 87fe0c6..bf6b011 100644 --- a/km3buu/output.py +++ b/km3buu/output.py @@ -269,8 +269,8 @@ class GiBUUOutput: xsec, energy_bins = np.histogram(energies, weights=weights, bins=np.logspace( - np.log10(Emin), np.log10(Emax), - 15)) + np.log10(Emin), + np.log10(Emax), 15)) deltaE = np.mean(self.flux_data["energy"][1:] - self.flux_data["energy"][:-1]) bin_events = np.array([ -- GitLab