Skip to content

Commit

Permalink
codacy enumerate
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Feb 13, 2024
1 parent 01eb338 commit ae39371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceasiompy/SU2Run/func/su2config_rans.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def generate_su2_cfd_config_rans(cpacs_path, cpacs_out_path, wkdir):

# Parameters which will vary for the different cases (alt,mach,aoa,aos)

for case_nb, alt_value in enumerate(alt_list):
for case_nb in enumerate(alt_list):
cfg["MESH_FILENAME"] = str(su2_mesh)

alt = alt_list[case_nb]
Expand Down

0 comments on commit ae39371

Please sign in to comment.