wandb / client-ng

Experimental wandb CLI and Python API - See Experimental section below.
http://wandb.com
16 stars 7 forks source link

[Bugfix] Always call `bind_to_run` on seq items #174

Closed nbardy closed 4 years ago

nbardy commented 4 years ago

This fixes the case of reusing image objects in a seq.

images = [wandb.Image("pic.jpeg")]

wandb.log({"image": images})
wandb.log({"image": images})
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 8cddeac4-4225-40d7-8972-1f60a50ca0fa


Files with Coverage Reduction New Missed Lines %
wandb/lib/server.py 2 80.0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 3c2725da-3aac-4d97-9370-7f4067e9deb7: -0.01%
Covered Lines: 12355
Relevant Lines: 20445

💛 - Coveralls