Remove duplicate -v flag.

This commit is contained in:
Aymeric Augustin 2019-12-22 17:47:27 +01:00
parent 5daca95ddd
commit b6ea0f43ae

View File

@ -110,8 +110,8 @@ Depending on which framework is installed (TensorFlow 2.0 and/or PyTorch), the i
You can run the tests from the root of the cloned repository with the commands:
```bash
python -m unittest -v discover -s tests -t . -v
python -m unittest -v discover -s examples -t examples -v
python -m unittest discover -s tests -t . -v
python -m unittest discover -s examples -t examples -v
```
or