Skip to content

Commit

Permalink
updating readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA authored and ersilia-bot committed Dec 18, 2024
1 parent ef470ec commit ddd103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/framework/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def morganfp(mol):
writer = csv.writer(f)
writer.writerow(["value"]) # header
for o in outputs:
writer.writerow([o])
writer.writerow(o)

0 comments on commit ddd103e

Please sign in to comment.