Skip to content

Commit fe06006

Browse files
committed
remove test statement
1 parent 75c84fa commit fe06006

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_fieldset_sampling.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,6 @@ def test_sampling_out_of_bounds_time(allow_time_extrapolation):
590590
pset.execute(SampleP, runtime=0.1, dt=0.1)
591591

592592

593-
test_sampling_out_of_bounds_time(True)
594-
595-
596593
def test_sampling_3DCROCO():
597594
data_path = os.path.join(os.path.dirname(__file__), "test_data/")
598595
fieldset = FieldSet.from_modulefile(data_path + "fieldset_CROCO3D.py")

0 commit comments

Comments
 (0)