wandb / client-ng

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

[WB-3416] add config.as_dict() #231

Closed raubitsj closed 3 years ago

raubitsj commented 3 years ago

Fixes: https://wandb.atlassian.net/browse/WB-3416

no test as it will be deprecated, will add a deprecate test lateer

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build edc50715-39e7-4c2a-bf3b-79d0945a5e4e


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_config.py 1 2 50.0%
<!-- Total: 1 2 50.0% -->
Files with Coverage Reduction New Missed Lines %
tests/utils/mock_server.py 1 84.65%
wandb/apis/internal_runqueue.py 1 23.14%
wandb/internal/internal.py 1 27.89%
wandb/internal/meta.py 1 72.39%
wandb/internal/run.py 1 61.54%
wandb/lib/ipython.py 1 71.43%
wandb/old/core.py 1 57.63%
wandb/sdk/wandb_config.py 1 69.37%
wandb/sdk/wandb_login.py 1 91.04%
wandb/sweeps/base.py 1 80.0%
<!-- Total: 969 -->
Totals Coverage Status
Change from base Build 295d72c7-5b2d-4a63-b863-3efb3f9fa19d: -4.06%
Covered Lines: 12921
Relevant Lines: 21190

💛 - Coveralls