Skip to content

Commit 76ef564

Browse files
committed
Update test_bench.py
Automated run of black
1 parent 47a3342 commit 76ef564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/test_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
debug = False
3636
if debug:
3737
runLSSTSimulation(cmd_args_dict, configs)
38-
else: # benchmark
38+
else: # benchmark
3939
cProfile.run("runLSSTSimulation(cmd_args_dict, configs)", "./tests/out/restats")
4040

4141
p = pstats.Stats("./tests/out/restats")

0 commit comments

Comments
 (0)