Skip to content

Commit 6dd99cd

Browse files
committed
also some renames
1 parent 8a17027 commit 6dd99cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyro/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ def main():
200200
help="only run the multigrid tests",
201201
action="store_true")
202202

203-
p.add_argument("--reset_failures", "-r",
203+
p.add_argument("--reset-failures", "-r",
204204
help="if a test fails, reset the benchmark",
205205
action="store_true")
206206

207-
p.add_argument("--store_all_benchmarks",
207+
p.add_argument("--store-all-benchmarks",
208208
help="rewrite all the benchmarks, regardless of pass / fail",
209209
action="store_true")
210210

0 commit comments

Comments
 (0)