Skip to content

Commit

Permalink
use name= in comet
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Sep 8, 2021
1 parent 4165888 commit 3e61ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def write_apply_config(out):
io.imsave(im_path, im_data)

if upload:
exp.log_image(im_data, im_path.name)
exp.log_image(im_data, name=im_path.name)

# ---------------------------
# ----- Print timings -----
Expand Down

0 comments on commit 3e61ace

Please sign in to comment.