From 0d31602597992ec5f89f47e45d7b811c080f8dab Mon Sep 17 00:00:00 2001 From: Maximilian Weigand Date: Thu, 14 Nov 2019 09:49:36 +0100 Subject: [PATCH] remove debug output that lead to a failed test --- lib/reda/plotters/histograms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/reda/plotters/histograms.py b/lib/reda/plotters/histograms.py index 9774c862..17c76ddb 100644 --- a/lib/reda/plotters/histograms.py +++ b/lib/reda/plotters/histograms.py @@ -87,7 +87,6 @@ def plot_histograms(ertobj, keys, **kwargs): subdata = subdata[np.isfinite(subdata)] nr_of_bins = kwargs.get('nr_of_bins', _get_nr_bins(subdata.size)) - print('nr of bins', nr_of_bins) subdata_log10_with_nan = np.log10(subdata[subdata > 0]) subdata_log10 = subdata_log10_with_nan[~np.isnan(