We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253dc10 commit f04500cCopy full SHA for f04500c
genesis/engine/coupler.py
@@ -649,7 +649,7 @@ def __init__(
649
self._n_linesearch_iterations = options.n_linesearch_iterations
650
self._linesearch_c = options.linesearch_c
651
self._linesearch_tau = options.linesearch_tau
652
- self.default_deformable_g = gs.ti_float(1.0e8) # default deformable geometry size
+ self.default_deformable_g = 1.0e8 # default deformable geometry size
653
654
def build(self) -> None:
655
self._B = self.sim._B
0 commit comments