Commit b6ea0f43 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Remove duplicate -v flag.

parent 5daca95d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment