Skip to content

Commit

Permalink
Automatic reformat of code
Browse files Browse the repository at this point in the history
Signed-off-by: code_reformat <>
  • Loading branch information
code_reformat committed Nov 12, 2024
1 parent 359e51f commit 9d7c006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyelq/support_functions/post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d7c006

Please sign in to comment.