Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzadka committed Sep 7, 2023
1 parent ed0c150 commit 92df35d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_conmech/regression/test_density_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def friction_bound(u_nu: float) -> float:
return test_suites


# TODO find out why "schur" method gives different result in first test scenario
@pytest.mark.parametrize("setup, density_func, expected_displacement_vector", generate_test_suits())
def test_direct_solver(solving_method, setup, density_func, expected_displacement_vector):
runner = NonHomogenousSolver(setup, solving_method)
Expand Down

0 comments on commit 92df35d

Please sign in to comment.