Skip to content

Commit 55b0bb4

Browse files
committed
Fix formatting.
1 parent 9831137 commit 55b0bb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mujoco/mjx/testspeed.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ def _main(argv: Sequence[str]):
9292
print(
9393
f"Model nbody: {m.nbody} nv: {m.nv} ngeom: {m.ngeom} is_sparse: {_IS_SPARSE.value}"
9494
)
95-
print(
96-
f"Data ncon: {d.ncon} nefc: {d.nefc}"
97-
)
95+
print(f"Data ncon: {d.ncon} nefc: {d.nefc}")
9896
print(f"Rolling out {_NSTEP.value} steps at dt = {m.opt.timestep:.3f}...")
9997
jit_time, run_time, steps = mjx.benchmark(
10098
mjx.__dict__[_FUNCTION.value],

0 commit comments

Comments
 (0)