From 9d7c006404704bc1d6ea6967fccc170210e8911b Mon Sep 17 00:00:00 2001 From: code_reformat <> Date: Tue, 12 Nov 2024 08:11:40 +0000 Subject: [PATCH] Automatic reformat of code Signed-off-by: code_reformat <> --- src/pyelq/support_functions/post_processing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyelq/support_functions/post_processing.py b/src/pyelq/support_functions/post_processing.py index efe4167..afa34ee 100644 --- a/src/pyelq/support_functions/post_processing.py +++ b/src/pyelq/support_functions/post_processing.py @@ -8,8 +8,8 @@ Module containing some functions used in post-processing of the results. """ -from typing import TYPE_CHECKING, Tuple, Union import warnings +from typing import TYPE_CHECKING, Tuple, Union import numpy as np import pandas as pd @@ -97,7 +97,7 @@ def calculate_rectangular_statistics( overall_count = np.array([[0]]) normalized_count = np.array([[0]]) count_boolean = np.array([[False]]) - edges_result = [np.array([np.nan])]*2 + edges_result = [np.array([np.nan])] * 2 summary_result = pd.DataFrame() summary_result.index.name = "source_ID" summary_result.loc[0, "latitude"] = np.nan