wandb / client-ng

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

Add start of gorilla version checks #185

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

When we do this, all existing local installs will fail. We may want to add logic to handle the case of this error, or at the very least release the backend before putting this in the default library.

For sure, I am going to handle this and do two queries... And this is the last time we are going to do this kinda of thing for cling now that we have the version interface :)

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 77e636f0-ead3-4945-be63-8b163c876869


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/internal/sender.py 0 2 0.0%
wandb/internal/internal_api.py 12 19 63.16%
<!-- Total: 32 41 78.05% -->
Files with Coverage Reduction New Missed Lines %
wandb/internal/internal_api.py 1 54.63%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build f6590a42-beff-478a-a16a-20c7add2fcb0: 0.02%
Covered Lines: 13602
Relevant Lines: 20990

💛 - Coveralls