diff --git a/tests/test_adjoint.py b/tests/test_adjoint.py index 9427f70e324..3ec6d7ee321 100644 --- a/tests/test_adjoint.py +++ b/tests/test_adjoint.py @@ -96,7 +96,7 @@ def test_adjoint_F(self, mkey, shape, kernel, space_order, time_order, setup_fun location from data. This test uses the conventional dot test: < Fx, y> = """ - tn = 1000. if mkey[-3:] == "-fs" else 500. # Final time (twice the time for fs) + tn = 500. # Final time # Create solver from preset solver = setup_func(shape=shape, spacing=[15. for _ in shape], @@ -165,7 +165,7 @@ def test_adjoint_J(self, mkey, shape, kernel, space_order, time_order, setup_fun dot test: < Jx, y> = """ - tn = 1000. if mkey[-3:] == "-fs" else 500. # Final time (twice the time for fs) + tn = 750. if mkey[-3:] == "-fs" else 500 # Final time nbl = 10 + space_order / 2 spacing = tuple([10.]*len(shape)) # Create solver from preset