wandb / client-ng

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

Code cleanup agent and controller before refactor #228

Closed raubitsj closed 3 years ago

raubitsj commented 3 years ago

Now that cli-og is mostly gone, no need keeping these files in sync. There should be NO to minimal code changes

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 23656047-17e9-4d33-99bb-38c6f08a7ea8


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/apis/internal.py 0 1 0.0%
wandb/internal/file_pusher.py 11 13 84.62%
wandb/apis/normalize.py 5 8 62.5%
wandb/internal/file_stream.py 11 22 50.0%
wandb/internal/stats.py 1 15 6.67%
wandb/wandb_agent.py 9 68 13.24%
wandb/apis/public.py 152 245 62.04%
wandb/wandb_controller.py 10 112 8.93%
wandb/internal/internal_api.py 84 190 44.21%
wandb/apis/internal_runqueue.py 17 152 11.18%
<!-- Total: 300 826 36.32% -->
Files with Coverage Reduction New Missed Lines %
tests/utils/mock_server.py 1 84.65%
wandb/internal/file_pusher.py 1 77.91%
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: 952 -->
Totals Coverage Status
Change from base Build 7f94ea19-87d6-4150-b547-cdb70f916ea2: -4.1%
Covered Lines: 12918
Relevant Lines: 21183

💛 - Coveralls