Skip to content

Commit b4e01f8

Browse files
committed
fix: clear weno_eps/wenoz_q/teno_CT in alter_int_comp MUSCL push to pass validator
1 parent c183e43 commit b4e01f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def alter_int_comp(dimInfo):
370370
cases.append(define_case_d(stack, "int_comp=2", {"int_comp": 2}))
371371
stack.pop()
372372

373-
stack.push("muscl_order=2", {"muscl_order": 2, "recon_type": 2, "weno_order": 0})
373+
stack.push("muscl_order=2", {"muscl_order": 2, "recon_type": 2, "weno_order": 0, "weno_eps": None, "wenoz_q": None, "teno_CT": None})
374374
stack.push("int_comp=1", {"int_comp": 1})
375375
cases.append(define_case_d(stack, "muscl_lim=1", {"muscl_lim": 1}))
376376
stack.pop()

0 commit comments

Comments
 (0)