[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] 2023-08-13 14:14:52 +00:00
parent d288cbd864
commit 43a39c1025

View File

@ -114,7 +114,7 @@ def jacobi_iteration_method(
rows, cols = table.shape rows, cols = table.shape
strictly_diagonally_dominant(table) strictly_diagonally_dominant(table)
""" """
# Iterates the whole matrix for given number of times # Iterates the whole matrix for given number of times
for _ in range(iterations): for _ in range(iterations):