Skip to content

Commit 3dbed9a

Browse files
committed
tests: Remove monotonichermitespline FCI case
1 parent c8faf01 commit 3dbed9a

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

tests/MMS/spatial/fci/runtest

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ if __name__ == "__main__":
236236
"yperiodic": True,
237237
"args": "mesh:ddy:first=C2 mesh:paralleltransform:xzinterpolation:type=lagrange4pt",
238238
},
239-
"nslice=1 monotonichermitespline": {
240-
"nslice": 1,
241-
"order": 2,
242-
"yperiodic": True,
243-
"args": "mesh:ddy:first=C2 mesh:paralleltransform:xzinterpolation:type=monotonichermitespline",
244-
},
245239
}
246240

247241
for name, case in cases.items():

tests/integrated/test-interpolate/runtest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ methods = {
2525
"hermitespline": 3,
2626
"lagrange4pt": 3,
2727
"bilinear": 2,
28+
"monotonichermitespline": 2,
2829
}
2930

3031

0 commit comments

Comments
 (0)