docs icon indicating copy to clipboard operation
docs copied to clipboard

Added time unit (i.e. seconds) in `timeit.timeit()` in `intro_to_graph`

Open harshdhamecha opened this issue 3 years ago • 2 comments

Added time unit (i.e. seconds) in timeit.timeit() in intro_to_graph to make it easily understand by users.

harshdhamecha avatar Sep 30 '22 20:09 harshdhamecha

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Sep 30 '22 20:09 google-cla[bot]

@harshdhamecha Since the bot isn't applied formatting automatically, here's what the CI error message says :

Format notebook: site/en/guide/intro_to_graphs.ipynb

[test] The following notebooks are not formatted:
- site/en/guide/intro_to_graphs.ipynb
Please install `nbfmt` and format:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb

So, if you can:

$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
$ python3 -m tensorflow_docs.tools.nbfmt intro_to_graph.ipynb

which should remove some vscode and other metadata.

8bitmp3 avatar Oct 03 '22 17:10 8bitmp3