Skip to content

Commit 289662a

Browse files
authored
fix manipulation tests (#1218)
1 parent 2a3426e commit 289662a

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

dimos/models/manipulation/contact_graspnet_pytorch/test_contact_graspnet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def is_manipulation_installed() -> bool:
1414
return False
1515

1616
@pytest.mark.integration
17+
@pytest.mark.gpu
1718
@pytest.mark.skipif(not is_manipulation_installed(),
1819
reason="This test requires 'pip install .[manipulation]' to be run")
1920
def test_contact_graspnet_inference() -> None:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ manipulation = [
197197
# Visualization (Optional)
198198
"kaleido>=0.2.1",
199199
"plotly>=5.9.0",
200+
"xacro",
200201
]
201202

202203

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)