Skip to content

Commit ad8e562

Browse files
alimuldalcopybara-github
authored andcommitted
Update bug IDs
PiperOrigin-RevId: 318444789 Change-Id: I2f7168e58d586fefb4e32dcaa09d3583d98993db
1 parent 997df74 commit ad8e562

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dm_control/entities/manipulators/kinova/kinova_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def is_excluded(s):
177177

178178
setup(
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',

0 commit comments

Comments
 (0)