Skip to content

Commit d7f3ac0

Browse files
yuvaltassacopybara-github
authored andcommitted
Fix invalid model in randomizers_test.py.
PiperOrigin-RevId: 685665899 Change-Id: If962c4dce9ced4fb6d33c3c75a3faf401d21421e
1 parent a2ad4e3 commit d7f3ac0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dm_control/suite/utils/randomizers_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ============================================================================
1515

16-
"""Tests for randomizers.py."""
1716

1817
from absl.testing import absltest
1918
from absl.testing import parameterized
@@ -34,7 +33,7 @@ def setUp(self):
3433
def test_single_joint_of_each_type(self):
3534
physics = mujoco.Physics.from_xml_string("""<mujoco>
3635
<default>
37-
<joint range="0 90" />
36+
<joint range="0 90" armature="1"/>
3837
</default>
3938
<worldbody>
4039
<body>

0 commit comments

Comments
 (0)