Skip to content

Commit cada182

Browse files
committed
Improved MavericK's BestK text information.
1 parent 083dd2d commit cada182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

structure_threader/wrappers/maverick_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ def ti_test(outdir, norm_evidence, ti_in_use):
144144
bestk = max(means, key=means.get)
145145
bestk_file = open(os.path.join(bestk_dir, "TI_integration.txt"), "w")
146146
output_text = ("MavericK's estimation test ({}) revealed that the best "
147-
"value of 'K' is: {}\nIt is still recommended that you look "
147+
"value of 'K' is {}.\nIt is still recommended that you look "
148148
"at the generated plot for more accurate "
149-
"information".format(estimator, bestk))
149+
"information.\n".format(estimator, bestk))
150150
bestk_file.write(output_text)
151151
bestk_file.close()
152152

0 commit comments

Comments
 (0)