From 921c1b5c352d9567020e6b11c979147e0e009e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Thu, 5 Oct 2023 15:13:13 +0200 Subject: [PATCH] format with black --- edvart/report_sections/group_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edvart/report_sections/group_analysis.py b/edvart/report_sections/group_analysis.py index 899f47b..ba0afb8 100644 --- a/edvart/report_sections/group_analysis.py +++ b/edvart/report_sections/group_analysis.py @@ -624,7 +624,7 @@ def overlaid_histograms( if bins > 1000: # Use Sturges' rule if number of bins is too large bins = int(np.ceil(np.log2(bins) + 1)) - bin_width = data_range / bins + bin_width = data_range / bins else: bin_width = data_range / bins bin_config = go.histogram.XBins(