Skip to content
Snippets Groups Projects
Commit a2b6ba24 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add skip_before to default_options

parent 6236008a
No related branches found
No related tags found
No related merge requests found
...@@ -168,6 +168,7 @@ class grid_options_defaults: ...@@ -168,6 +168,7 @@ class grid_options_defaults:
"_total_probability_weighted_mass_run": 0, # To count the total mass * probability for each system that thread/process has ran "_total_probability_weighted_mass_run": 0, # To count the total mass * probability for each system that thread/process has ran
"modulo": 1, # run modulo n of the grid. "modulo": 1, # run modulo n of the grid.
"start_at": 0, # start at the first model "start_at": 0, # start at the first model
"skip_before" : 0, # skip models before this
## Grid type evolution ## Grid type evolution
"_grid_variables": {}, # grid variables "_grid_variables": {}, # grid variables
"gridcode_filename": None, # filename of gridcode "gridcode_filename": None, # filename of gridcode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment