Skip to content

Commit

Permalink
Merge pull request #17 from InformaticsMatters/staging
Browse files Browse the repository at this point in the history
fix: more fixes to make it more similar to existing jobs
  • Loading branch information
kaliif authored Apr 23, 2024
2 parents 1dfad6f + 924f721 commit afb79c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaqpot.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def run(
)

logging.info('writer created')
DmLog.emit_event("Starting predictions")

num_outputs = 0
count = -1
Expand Down Expand Up @@ -201,7 +202,6 @@ def run(

reader.close()
writer.close()
os.chmod(output_filename, 0o664)

DmLog.emit_event(num_outputs, "outputs among", count, "molecules")
DmLog.emit_cost(count * len(models.keys()))
Expand Down

0 comments on commit afb79c1

Please sign in to comment.