wandb / client-ng

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

Add mode="noop", make run object untouchable, add run.finish(), make tags immutable #188

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

WB-3281 #close tuple(tags) WB-3275 #close canttouchthis WB-3270 #close add run.finish() WB-3282 #comment add noop mode (not fully implemented... but a start)

Adding more types, doing some of the Run object The run object can no longer be arbitrarily marked up with random attributes Added noop mode... mostly functional, but i wont close the ticket until it gets a bit more focus Add run.finish()

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 3e7b1def-24a7-4ab6-b7a6-a42f1700e096


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_settings.py 4 5 80.0%
wandb/sdk/wandb_init.py 4 10 40.0%
wandb/sdk/wandb_run.py 38 67 56.72%
<!-- Total: 53 89 59.55% -->
Files with Coverage Reduction New Missed Lines %
wandb/internal/run.py 1 61.54%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 868c695d-f8a1-478e-9794-a34a6793f371: -0.006%
Covered Lines: 12587
Relevant Lines: 20788

💛 - Coveralls