Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Mar 8, 2024
1 parent 0b53b79 commit 4dec9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_lightcone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4dec9de

Please sign in to comment.