wandb / client-ng

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

Correctly handle metadata from run.logged_artifacts / run.used_artifacts #219

Closed annirudh closed 3 years ago

annirudh commented 3 years ago

Issue reported in #wandb-support: the new use_artifacts and logged_artifacts methods in the public API return the right results, but the metadata is always the empty dict.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 0a0c67fd-0e65-4ce0-ac62-71b5eb77e9f5


Files with Coverage Reduction New Missed Lines %
tests/utils/mock_server.py 1 84.65%
wandb/apis/internal_runqueue.py 1 25.0%
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.72%
wandb/sdk/wandb_login.py 1 91.04%
wandb/sweeps/base.py 1 80.0%
<!-- Total: 969 -->
Totals Coverage Status
Change from base Build e1c8f391-bca5-4f09-801a-091dd09aaac7: -4.07%
Covered Lines: 12929
Relevant Lines: 21197

💛 - Coveralls