Skip to content

Commit ef3954e

Browse files
committed
remove duplicate arg
1 parent 62dcf0f commit ef3954e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genesis/engine/solvers/rigid/rigid_solver_decomp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ def build(self):
273273
n_equalities_candidate=self.n_equalities_candidate,
274274
hibernation_thresh_acc=getattr(self, "_hibernation_thresh_acc", 0.0),
275275
hibernation_thresh_vel=getattr(self, "_hibernation_thresh_vel", 0.0),
276-
requires_grad=getattr(self._sim.options, "requires_grad", False),
277276
)
278277

279278
if self._static_rigid_sim_config.requires_grad and self._static_rigid_sim_config.use_hibernation:

0 commit comments

Comments
 (0)