File tree Expand file tree Collapse file tree
dm_control/entities/manipulators/kinova Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def test_can_attach_hand(self):
4949 physics = mjcf .Physics .from_mjcf_model (arm .mjcf_model )
5050 physics .step ()
5151
52- # TODO(b/113800263 ): Investigate why the mass does not match the datasheet.
52+ # TODO(b/159974149 ): Investigate why the mass does not match the datasheet.
5353 @unittest .expectedFailure
5454 def test_mass (self ):
5555 arm = kinova .JacoArm ()
@@ -158,7 +158,7 @@ def test_can_compile_and_step_model(self):
158158 physics = mjcf .Physics .from_mjcf_model (hand .mjcf_model )
159159 physics .step ()
160160
161- # TODO(b/113800263 ): Investigate why the mass does not match the datasheet.
161+ # TODO(b/159974149 ): Investigate why the mass does not match the datasheet.
162162 @unittest .expectedFailure
163163 def test_hand_mass (self ):
164164 hand = kinova .JacoHand ()
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def is_excluded(s):
177177
178178setup (
179179 name = 'dm_control' ,
180- version = '0.0.318066097 ' ,
180+ version = '0.0.318444789 ' ,
181181 description = 'Continuous control environments and MuJoCo Python bindings.' ,
182182 author = 'DeepMind' ,
183183 license = 'Apache License, Version 2.0' ,
You can’t perform that action at this time.
0 commit comments