Skip to content

Commit b27e617

Browse files
authored
Merge pull request #28 from SWIFTSIM/box-size-correction-comparison-mode
Also pass on box size correction directory in comparison mode.
2 parents 7cc3164 + 38852c9 commit b27e617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-pipeline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ if __name__ == "__main__":
349349
names=run_names,
350350
observational_data_directory=observational_data_path,
351351
file_extension=PLOT_FILE_EXTENSION,
352+
correction_directory=box_size_correction_directory,
352353
)
353354

354355
if not os.path.exists(args.output):

0 commit comments

Comments
 (0)