Skip to content

Commit

Permalink
Merge pull request #146 from antjost/devTestCaseMPI
Browse files Browse the repository at this point in the history
[IBM] Bug fix test cases
  • Loading branch information
benoit128 authored Aug 29, 2024
2 parents 61f7817 + e1675e8 commit c510667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cassiopee/Connector/test/prepareIBMData_m1.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
vmin = 42
dfars = 5
snears = 1
t, tc = X_IBM.prepareIBMData('naca1DNS.cgns', None , None ,
t, tc = X_IBM.prepareIBMData(tb , None , None ,
snears=snears , dfars=dfars , vmin=vmin,
check=False , frontType=1 , skipRedispatchNonRegression=True)
if Cmpi.rank==0:
Expand Down
2 changes: 1 addition & 1 deletion Cassiopee/Connector/test/prepareIBMData_t1.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
vmin = 42
dfars = 5
snears = 1
t, tc = X_IBM.prepareIBMData('naca1DNS.cgns', None , None ,
t, tc = X_IBM.prepareIBMData(tb , None , None ,
snears=snears , dfars=dfars , vmin=vmin,
check=False , frontType=1)
test.testT(t , 1)
Expand Down

0 comments on commit c510667

Please sign in to comment.