Skip to content

Commit

Permalink
[general] update of numpy dependency and coment in bullet_world_testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jan 3, 2024
1 parent 1e1890e commit 51bd58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rospkg~=1.4.0
roslibpy~=1.2.1
# rospy~=1.14.11
pathlib~=1.0.1
numpy~=1.19.5
numpy~=1.22.2
pytransform3d~=1.9.1
# tf~=1.12.1
# actionlib~=1.12.1
Expand Down
4 changes: 3 additions & 1 deletion test/bullet_world_testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def setUpClass(cls):
def setUp(self):
self.world.reset_bullet_world()


# DO NOT WRITE TESTS HERE!!!
# Test related to the BulletWorld should be written in test_bullet_world.py
# Tests in here would not be properly executed in the CI

def tearDown(self):
self.world.reset_bullet_world()
Expand Down

0 comments on commit 51bd58c

Please sign in to comment.