client-ng icon indicating copy to clipboard operation
client-ng copied to clipboard

[Draft] added types and docstring to wandb.init

Open lukas opened this issue 3 years ago • 3 comments

Jeff - could you make sure you are happy this and I will try to add this kind of types and docstrings to all the external functions?

lukas avatar Jul 31 '20 22:07 lukas

Pull Request Test Coverage Report for Build 15f5a8b6-f8e0-4c34-b4f4-a861695a429e

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 59.019%

Totals Coverage Status
Change from base Build 2702666c-98b4-482a-ab93-9b536c27394d: 0.0%
Covered Lines: 10359
Relevant Lines: 17552

💛 - Coveralls

coveralls avatar Jul 31 '20 22:07 coveralls

@lukas , thanks for the detailed look at supported features. We are doing the final push now to implement everything that is part of our function calls so I will give you the signal in a day or two: ~august 12th maybe when everything is ready.

raubitsj avatar Aug 10 '20 23:08 raubitsj

@lukas The code is much closer, I have removed remnants of any new parameters that were not supported:

Things still not fully implemented: force (still not supported) -- got to figure out really what this does and how to test it (something about login) allow_val_override (still not supported, but i will add it before release). it is documented in wandb_config.py i think

New settings: mode = this is like WANDB_MODE, the preferred strings are "online", "offline", but it works with "dryrun" also settings = I dont want to document this for the 0.10.0 release, it needs work. (just say extra configuration)

raubitsj avatar Sep 02 '20 21:09 raubitsj