Skip to content
Snippets Groups Projects
Commit 813ea544 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

tol parameter is a float, not int

parent ea85c66d
No related branches found
No related tags found
No related merge requests found
......@@ -551,7 +551,7 @@ def get_corepers(dict_argv):
conf_conffile.set_boolean("corepers", "mixed")
conf_conffile.set_boolean("corepers", "multi")
conf_conffile.set_int("corepers", "verbose")
conf_conffile.set_int("corepers", "tol")
conf_conffile.set_float("corepers", "tol")
conf_conffile.set_int("corepers", "threads")
corepers_dict = conf_conffile.get_section_dict("corepers")
return corepers_dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment