Skip to content

Commit

Permalink
Merge pull request #2149 from SCIInstitute/fix_cohort_gen
Browse files Browse the repository at this point in the history
Fix CohortGenUtils index typo
  • Loading branch information
akenmorris authored Oct 9, 2023
2 parents 8c92811 + a1cc7c2 commit 057222e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def bb_dimensions(generated_directories):
for i in range(len(generated_directories)):
meshFileNames = get_files_only(generated_directories[i]+"/meshes/")
for j in range(len(meshFileNames)):
allMeshes.append(meshFileNames[i])
allMeshes.append(meshFileNames[j])
allGenerated.append(meshFileNames)


Expand Down

0 comments on commit 057222e

Please sign in to comment.