Skip to content

Commit

Permalink
add another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Mar 31, 2022
1 parent c6c1446 commit 5e3bf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ Interval"](https://www.cs.kent.ac.uk/pubs/2012/3233/content.pdf)) by Tomas Kalib

```bash
$ cd tests/integration
# First run the test, to create the conda env for the tensorflow notebook
$ pytest 'test_slice.py::test_slice[tensorflow_preprocessing_layers]' -m integration
# First run the test, to create the conda env for the tensorflow notebook (this make take a while)
$ pytest 'test_slice.py::test_slice[tensorflow_preprocessing_layers]' -m integration -s --log-cli-level info
# Then activate the environment
$ conda activate envs/tensorflow-docs
# And run the benchmark
Expand Down

0 comments on commit 5e3bf0a

Please sign in to comment.