Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
a98360ce
Commit
a98360ce
authored
Mar 19, 2020
by
Gregory Ashton
Browse files
Removes the hard-coded checkpoint form the review runs
parent
6e989758
Pipeline
#112127
passed with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bilby_pipe/review.py
View file @
a98360ce
...
...
@@ -172,7 +172,6 @@ def get_sampler_kwargs(args):
for
attr
in
SAMPLER_KEYS
if
getattr
(
args
,
attr
,
None
)
is
not
None
}
sampler_kwargs
[
"n_check_point"
]
=
10000
return
sampler_kwargs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment