From 6a30701f22dc68165a1c31a710c071933c459ce3 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 27 Jul 2026 07:29:28 -0500 Subject: [PATCH] fix: unbalanced backticks around parallel reorient command --- examples/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example.md b/examples/example.md index 14f8ead..f3c6f64 100644 --- a/examples/example.md +++ b/examples/example.md @@ -98,7 +98,7 @@ Tests finishes when contact is lost (as is the case here), or when the maximum a #### Parallelizing simulations For the reorient, linear acceleration, and angular acceleration tests, evaluations over multiple vectors can be performed in parallel. For example, running -``python3 run_grasp_evaluation.py --object=rectangle --youngs=2e5 --density=1000 --ori_start=4 --ori_end=6 --mode=reorient --write --grasp_ind=3` will generate 3 simulation environments for vectors 4, 5, and 6. +`python3 run_grasp_evaluation.py --object=rectangle --youngs=2e5 --density=1000 --ori_start=4 --ori_end=6 --mode=reorient --write --grasp_ind=3` will generate 3 simulation environments for vectors 4, 5, and 6.