Skip to content

Commit 10bdd07

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2cdd70b commit 10bdd07

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎maths/weddles_rule.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ def safe_function_eval(func_str: str) -> Callable:
5252
return lambda_func
5353

5454

55-
def compute_table(func: Callable, lower_limit: float,
56-
upper_limit: float, acc: int) -> tuple[np.ndarray, float]:
55+
def compute_table(
56+
func: Callable, lower_limit: float, upper_limit: float, acc: int
57+
) -> tuple[np.ndarray, float]:
5758
"""
5859
Compute the table of function values based on the limits and accuracy.
5960

0 commit comments

Comments
 (0)