Skip to content

Commit

Permalink
modification of run_lightcone script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Mar 8, 2024
1 parent 824dd98 commit 0b53b79
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 @@ -7,7 +7,7 @@
parser.add_argument("-nomp", "--n_omp", type = int, help="number of OMP threads available")
parser.add_argument("-nruns", "--n_runs", type = int, help="number of times to run the code < 25")
parser.add_argument("-rs", "--random_seed", type = int, help="the first random seed of the runs")
parser.add_argument("-pp", "--pre_process", help = "pre-process the lightcone and only extract part of the data in the cache", action = 'store_false')
parser.add_argument("-pp", "--pre_process", help = "pre-process the lightcone and only extract part of the data in the cache", action = 'store_true')
args = parser.parse_args()

config_file = args.config_file
Expand Down

0 comments on commit 0b53b79

Please sign in to comment.