Skip to content

Commit d41e619

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/scipy/test_scipy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ def runtest(module, filter):
7474
# runtest("sparse.linalg._eigen", "test_svds_parameter_k_which")
7575
runtest(
7676
"sparse.linalg._eigen.tests.test_svds",
77-
"(not Test_SVDS_PROPACK) and test_svds_parameter_k_which"
77+
"(not Test_SVDS_PROPACK) and test_svds_parameter_k_which",
7878
)
7979

80+
8081
@pytest.mark.driver_timeout(40)
8182
@run_in_pyodide(packages=["scipy"])
8283
def test_cpp_exceptions(selenium):

0 commit comments

Comments
 (0)