We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabbf28 commit 5d88edeCopy full SHA for 5d88ede
testing/README.md
@@ -111,7 +111,7 @@ pytest -k "ada and not adam" tests/test_optimization.py
111
For example to run both `test_adafactor` and `test_adam_w` you can use:
112
113
```bash
114
-pytest -k "test_adam_w or test_adam_w" tests/test_optimization.py
+pytest -k "test_adafactor or test_adam_w" tests/test_optimization.py
115
```
116
117
Note that we use `or` here, since we want either of the keywords to match to include both.
0 commit comments