From 4dec9de38c23f495e9de48fc7e9e35d8c4e1cc81 Mon Sep 17 00:00:00 2001 From: gaetanfacchinetti Date: Fri, 8 Mar 2024 17:07:55 +0100 Subject: [PATCH] new test --- examples/run_lightcone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_lightcone.py b/examples/run_lightcone.py index 0189a75..f0a773b 100644 --- a/examples/run_lightcone.py +++ b/examples/run_lightcone.py @@ -14,7 +14,7 @@ n_omp = args.n_omp if (args.n_omp is not None) else 1 n_runs = args.n_runs if (args.n_runs is not None) else 1 random_seed = args.random_seed if (args.random_seed is not None) else None -preprocess = args.pre_process +preprocess = args.pre_process # Run the lightcone with the given seed lightcone, run_id, output_dir = p21c.run_lightcone_from_config(config_file, n_omp, random_seed)