Skip to content

Commit

Permalink
check successful test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 7, 2024
1 parent 0231f42 commit 0717b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
sccache: 'true'
- name: Test wheels
run: |
ls -l
ls -l dist
python -m pip install --upgrade pip
python -m pip install dist/ik_python*.whl
python -m pip install numpy
Expand Down
4 changes: 2 additions & 2 deletions ik_python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Requires numpy to be installed

# Import the test case csv files
generalFilenames = ['IK_2_intersecting', 'IK_2_parallel', 'IK_3_parallel_2_intersecting', 'IK_3_parallel', 'IK_spherical', 'IK_spherical_2_parallel', 'IK_spherical_2_intersecting', 'IK_gen_6_dof']
hardcodedFilenames = ['IRB_6640', 'KUKA_R800_fixed_q3', "RRC_fixed_q6", "spherical_bot", "three_parallel_bot", "two_parallel_bot", "ur5", "yumi_fixed_q3"]
generalFilenames = []#'IK_2_intersecting', 'IK_2_parallel', 'IK_3_parallel_2_intersecting', 'IK_3_parallel', 'IK_spherical', 'IK_spherical_2_parallel', 'IK_spherical_2_intersecting', 'IK_gen_6_dof']
hardcodedFilenames = []#'IRB_6640', 'KUKA_R800_fixed_q3', "RRC_fixed_q6", "spherical_bot", "three_parallel_bot", "two_parallel_bot", "ur5", "yumi_fixed_q3"]

from collections import namedtuple
import numpy as np
Expand Down

0 comments on commit 0717b14

Please sign in to comment.