wandb / client-ng

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

Wb 3052 config_exclude_keys and config_include_keys #148

Closed davidwallacejackson closed 4 years ago

davidwallacejackson commented 4 years ago

Implements config_exclude_keys and config_include_keys from original CLI with a deprecation warning, per https://wandb.atlassian.net/browse/WB-3052

The new helper is merged with the parse_config function, since in the no-optional-args case they do the same thing.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 705a7dc1-84ab-4985-8019-a3d5384b2f23


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_helper.py 15 32 46.88%
<!-- Total: 49 66 74.24% -->
Files with Coverage Reduction New Missed Lines %
wandb/apis/internal_runqueue.py 1 25.0%
wandb/internal/internal_api.py 1 51.42%
wandb/internal/meta.py 1 72.59%
wandb/sdk/wandb_run.py 1 71.97%
wandb/util.py 1 62.29%
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 61.16%
wandb/init.py 2 93.59%
<!-- Total: 112 -->
Totals Coverage Status
Change from base Build 2223d984-1702-4e20-b0df-d10033a67912: 4.5%
Covered Lines: 12253
Relevant Lines: 19019

💛 - Coveralls