wandb / client-ng

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

[Bugfix] Remove index check for API objects #175

Open nbardy opened 4 years ago

nbardy commented 4 years ago

I don't think we need to make this check here. Let the python stdlib make the checks on index.

This fixes the -1 issue you get on first lookup.