Skip to content

Commit 4a63dc2

Browse files
authored
Fix tau_wrt test bug (#3)
fix tau_wrt test bug
1 parent 619e9f1 commit 4a63dc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain/mfc/test/case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ def create_directory(self):
220220
'prim_vars_wrt': 'T', 'alpha_rho_wrt(1)': 'T',
221221
'rho_wrt' : 'T', 'mom_wrt(1)' : 'T',
222222
'vel_wrt(1)' : 'T', 'E_wrt' : 'T',
223-
'pres_wrt' : 'T',
224-
'tau_wrt' : 'T', 'alpha_wrt(1)' : 'T',
223+
'pres_wrt' : 'T', 'alpha_wrt(1)' : 'T',
225224
'gamma_wrt' : 'T', 'heat_ratio_wrt' : 'T',
226225
'pi_inf_wrt' : 'T', 'pres_inf_wrt' : 'T',
227226
'c_wrt' : 'T',

0 commit comments

Comments
 (0)