[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-06 08:23:11 +00:00
parent 4e29f54e98
commit cb4e8dd06b

View File

@ -53,7 +53,9 @@ def safe_function_eval(func_str: str) -> float:
return lambda_func
def compute_table(func: float, lower_limit: float, upper_limit: float, acc: int) -> tuple:
def compute_table(
func: float, lower_limit: float, upper_limit: float, acc: int
) -> tuple:
"""
Compute the table of function values based on the limits and accuracy.