Skip to content

Commit

Permalink
looper is always changing
Browse files Browse the repository at this point in the history
  • Loading branch information
quickbeam123 committed Apr 29, 2021
1 parent 38518bb commit af30522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions looper.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

print(i, pklname)

if False and i > 0:
if False and i > 6:
solved_file_name = pklname.split("/")[-1]+".solved.txt"
with open(solved_file_name,"w") as f:
for probname in solved-covered:
print(probname,file=f)

if False and i > 0: # start looking at the logfiles to check for activation time limits for negative mining version
if False and i > 6: # start looking at the logfiles to check for activation time limits for negative mining version
source_folder_name = pklname[:-4]+"_s4k-on"
for probname in solved-covered:
logname = probname.replace("/","_") + ".log"
Expand Down

0 comments on commit af30522

Please sign in to comment.