Spaces:
Running
Running
Fix CLI tests
Browse files- pysr/test/test_cli.py +2 -1
pysr/test/test_cli.py
CHANGED
|
@@ -57,7 +57,8 @@ def get_runtests():
|
|
| 57 |
|
| 58 |
Run parts of the PySR test suite.
|
| 59 |
|
| 60 |
-
Choose from main, jax, torch, cli, and startup. You can give multiple tests,
|
|
|
|
| 61 |
|
| 62 |
Options:
|
| 63 |
--help Show this message and exit.
|
|
|
|
| 57 |
|
| 58 |
Run parts of the PySR test suite.
|
| 59 |
|
| 60 |
+
Choose from main, jax, torch, cli, and startup. You can give multiple tests,
|
| 61 |
+
separated by commas.
|
| 62 |
|
| 63 |
Options:
|
| 64 |
--help Show this message and exit.
|