Skip to content

Commit

Permalink
Fix invalid model in randomizers_test.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685665899
Change-Id: If962c4dce9ced4fb6d33c3c75a3faf401d21421e
  • Loading branch information
yuvaltassa authored and copybara-github committed Oct 14, 2024
1 parent a2ad4e3 commit d7f3ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dm_control/suite/utils/randomizers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
# ============================================================================

"""Tests for randomizers.py."""

from absl.testing import absltest
from absl.testing import parameterized
Expand All @@ -34,7 +33,7 @@ def setUp(self):
def test_single_joint_of_each_type(self):
physics = mujoco.Physics.from_xml_string("""<mujoco>
<default>
<joint range="0 90" />
<joint range="0 90" armature="1"/>
</default>
<worldbody>
<body>
Expand Down

0 comments on commit d7f3ac0

Please sign in to comment.