Skip to content

Commit

Permalink
codefactor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josy-nal committed Nov 7, 2023
1 parent b85ed33 commit 89f72e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TestCases/parallel_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,12 @@ def main():
test_list.append(propeller)

# Actuator disk BEM method for propeller
actuatordisk_bem = TestCase('actuatordisk_bem')
actuatordisk_bem.cfg_dir = "rans/actuatordisk_bem"
actuatordisk_bem.cfg_file = "actuatordisk_bem.cfg"
actuatordisk_bem = TestCase('actuatordisk_bem')
actuatordisk_bem.cfg_dir = "rans/actuatordisk_bem"
actuatordisk_bem.cfg_file = "actuatordisk_bem.cfg"
actuatordisk_bem.test_iter = 15
actuatordisk_bem.test_vals = [ -5.226958, -8.297197, -0.004325, -0.565388]
actuatordisk_bem.timeout = 3200
actuatordisk_bem.test_vals = [-5.226958, -8.297197, -0.004325, -0.565388]
actuatordisk_bem.timeout = 3200
test_list.append(actuatordisk_bem)

#######################################
Expand Down

0 comments on commit 89f72e3

Please sign in to comment.