MilesCranmer commited on
Commit
9dbc6d3
1 Parent(s): ef66f4a

Fix CLI test

Browse files
Files changed (1) hide show
  1. pysr/test/test_cli.py +2 -2
pysr/test/test_cli.py CHANGED
@@ -57,8 +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
- separated by commas.
62
 
63
  Options:
64
  --help Show this message and exit.
 
57
 
58
  Run parts of the PySR test suite.
59
 
60
+ Choose from main, jax, torch, cli, dev, and startup. You can give multiple
61
+ tests, separated by commas.
62
 
63
  Options:
64
  --help Show this message and exit.