Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PORTER Edward
GWHMC
Commits
402b7254
Commit
402b7254
authored
Apr 08, 2021
by
Marc Arene
Browse files
Correcting message when only phase 1 and 2 asked to be run
parent
db5c2f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Codes/main.py
Codes/main.py
+1
-1
No files found.
Codes/main.py
View file @
402b7254
...
...
@@ -1158,7 +1158,7 @@ if __name__ == '__main__':
# sampler.samples = [] which will bug the derivations of scales
# from the covariance matrix
if
sampler
.
n_traj_hmc_tot
==
sampler
.
n_traj_fit
:
cut
.
logger
.
info
(
f
"Only Phase I and II were asked to be run as n_traj_
fi
t =
{
sampler
.
n_traj_
fi
t
}
. Quitting here."
)
cut
.
logger
.
info
(
f
"Only Phase I and II were asked to be run as n_traj_
hmc_to
t =
{
sampler
.
n_traj_
hmc_to
t
}
. Quitting here."
)
sys
.
exit
()
cut
.
logger
.
info
(
"----------------------------------------------------------------------------"
)
cut
.
logger
.
info
(
"PHASE 2.3 : SCALES"
)
...
...
Write
Preview
Markdown
is supported
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