Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
a2b6ba24
Commit
a2b6ba24
authored
3 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
add skip_before to default_options
parent
6236008a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
binarycpython/utils/population_extensions/grid_options_defaults.py
+1
-0
1 addition, 0 deletions
...thon/utils/population_extensions/grid_options_defaults.py
with
1 addition
and
0 deletions
binarycpython/utils/population_extensions/grid_options_defaults.py
+
1
−
0
View file @
a2b6ba24
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment