Add to_file function to save the Spec to a file.

Fixes #2415.

PiperOrigin-RevId: 725161617
Change-Id: I6c374cc7f7cb3f1da1cc0da531dd7e5be5d62b6a
This commit is contained in:
Alessio Quaglino
2025-02-10 04:32:32 -08:00
committed by Copybara-Service
parent 0e01b51590
commit 4156350708
2 changed files with 9 additions and 5 deletions
+3 -5
View File
@@ -113,9 +113,7 @@ class SpecsTest(absltest.TestCase):
self.assertEqual(model.nuser_site, 6)
np.testing.assert_array_equal(model.site_user[0], [1, 2, 3, 4, 5, 6])
self.assertEqual(
spec.to_xml(),
textwrap.dedent("""\
xml = textwrap.dedent("""\
<mujoco model="MuJoCo Model">
<compiler angle="radian"/>
@@ -127,8 +125,8 @@ class SpecsTest(absltest.TestCase):
</body>
</worldbody>
</mujoco>
"""),
)
""")
self.assertEqual(spec.to_xml(), xml)
def test_kwarg(self):
# Create a spec.