Skip to content

Commit

Permalink
Update main.py bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron authored May 14, 2024
1 parent 5849d98 commit b7d8403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/framework/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
writer = csv.writer(f)
writer.writerow(["sa_score"]) # header
for o in outputs:
writer.writerow([o])
writer.writerow(o)

os.remove("tmp_input.smi")
os.remove("tmp_input.smi")

0 comments on commit b7d8403

Please sign in to comment.