Skip to content

Commit bfebbde

Browse files
Remove t_max from trilinos test case
1 parent 0a18ea1 commit bfebbde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_fluid.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ def test_iliac_artery(n_proc):
101101

102102
def test_iliac_artery_trilinos_gmres_ilut(n_proc):
103103
test_folder = "iliac_artery_trilinos_gmres_ilut"
104-
t_max = 2
105-
run_with_reference(base_folder, test_folder, fields, n_proc, t_max)
104+
run_with_reference(base_folder, test_folder, fields, n_proc)
106105

107106
def test_quadratic_tet10(n_proc):
108107
test_folder = "quadratic_tet10"

0 commit comments

Comments
 (0)