wandb / client-ng

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

more settings cleanups #172

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

Settings cleanups:

Fixed up some run object methods.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build e1333258-5cdb-4b8a-8f3a-8b81023a84be


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/internal/handler.py 1 4 25.0%
wandb/sdk/wandb_run.py 18 22 81.82%
wandb/sdk/wandb_settings.py 56 66 84.85%
<!-- Total: 90 107 84.11% -->
Files with Coverage Reduction New Missed Lines %
wandb/apis/internal_runqueue.py 1 25.0%
wandb/filesync/dir_watcher.py 1 81.62%
wandb/internal/internal_api.py 1 54.53%
wandb/internal/meta.py 1 72.39%
wandb/internal/run.py 1 61.54%
wandb/util.py 1 63.0%
tests/test_datastore.py 2 97.83%
tests/test_util.py 2 97.44%
tests/utils/notebook_client.py 2 72.22%
wandb/cli/cli.py 2 62.02%
<!-- Total: 163 -->
Totals Coverage Status
Change from base Build 8dac6721-8319-4381-b144-51b9440bb82d: 3.9%
Covered Lines: 13176
Relevant Lines: 20383

💛 - Coveralls