Skip to content
Snippets Groups Projects
Commit c74c2a04 authored by Colm Talbot's avatar Colm Talbot
Browse files

Typo fix

parent a90e4e95
No related branches found
No related tags found
1 merge request!746Pickle dump entire sampler in dynesty
Pipeline #114283 failed
......@@ -383,12 +383,13 @@ class Dynesty(NestedSampler):
"The resume file {} is corrupted or the version of "
"bilby has changed between runs. This resume file will "
"be ignored."
.format(self.resume_file))
.format(self.resume_file)
)
return False
version_warning = (
"The {code} version has changed between runs. "
"This may cause unpredictable behaviour and/or failure. "
"Old version = {old}, new version = {new}".
"Old version = {old}, new version = {new}."
)
for code in versions:
......
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