Skip to content

Commit

Permalink
Update test_gpu_envs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Mar 3, 2024
1 parent 6766a0a commit 33a0256
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_gpu_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,6 @@ def test_hidden_objs(env_id):
assert (hide_obj.angular_velocity == angvel).all()

# 3. check gpu buffer goes back to normal
print(
hide_obj.px.cuda_rigid_body_data.torch()[hide_obj._body_data_index, :7].clone()[
..., :3
]
)
print(p)
assert (
hide_obj.px.cuda_rigid_body_data.torch()[hide_obj._body_data_index, :7].clone()[
..., :3
Expand Down

0 comments on commit 33a0256

Please sign in to comment.