Skip to content

Commit 39e0798

Browse files
committed
Fixed #55. bestk was not set if tests were not performed.
1 parent 72bdc9f commit 39e0798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

structure_threader/structure_threader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ def main():
563563

564564
if arg.notests is False:
565565
bestk = structure_harvester(arg.outpath, wrapped_prog)
566+
else:
567+
bestk = Ks
566568

567569
if arg.noplot is False:
568570
create_plts(arg.outpath, wrapped_prog, Ks, bestk, arg)

0 commit comments

Comments
 (0)