Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Richard O'Shaughnessy
research-projects-RIT
Commits
ee609110
Commit
ee609110
authored
Dec 05, 2022
by
Richard O'Shaughnessy
Browse files
pseudo_pipe: typo float->format
parent
3706423f
Pipeline
#481119
failed with stages
in 11 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MonteCarloMarginalizeCode/Code/bin/util_RIFT_pseudo_pipe.py
View file @
ee609110
...
...
@@ -805,7 +805,7 @@ for indx in np.arange(len(instructions_cip)):
if
opts
.
internal_cip_temper_log
:
line
+=
" --internal-temper-log "
if
opts
.
internal_cip_tripwire
:
line
+=
" --internal-tripwire-fraction {} "
.
f
l
oat
(
opts
.
internal_cip_tripwire
)
line
+=
" --internal-tripwire-fraction {} "
.
fo
rm
at
(
opts
.
internal_cip_tripwire
)
line
+=
prior_args_lookup
[
opts
.
spin_magnitude_prior
]
if
opts
.
cip_internal_use_eta_in_sampler
:
line
=
line
.
replace
(
'parameter delta_mc'
,
'parameter eta'
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment