Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make reload take no arguments (tensorflow#12)
The greeter card's reload method used to take run and tag arguments, which caused a bug because the greeter dashboard would call the card's reload method with no arguments. We now introduce a new _fetchNewData(run, tag) method to the greeter-card component which is used as an observer and used indirectly by the card's reload method. Fixes tensorflow#11.
- Loading branch information