We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428266c commit af415beCopy full SHA for af415be
swift-pipeline
@@ -227,7 +227,7 @@ if __name__ == "__main__":
227
)
228
229
230
- correction_directory = f"{config.config_directory}/corrections"
+ box_size_correction_directory = f"{config.config_directory}/box_size_corrections"
231
232
print_if_debug("Loading snapshot metadata")
233
snapshots = [
@@ -270,7 +270,7 @@ if __name__ == "__main__":
270
271
auto_plotter = AutoPlotter(
272
auto_plotter_configs, observational_data_directory=observational_data_path,
273
- correction_directory=correction_directory,
+ correction_directory=box_size_correction_directory,
274
275
276
halo_catalogue_filename = f"{args.input[0]}/{args.catalogues[0]}"
0 commit comments