Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #63

Merged
merged 6 commits into from
Feb 15, 2024
Merged

Testing #63

merged 6 commits into from
Feb 15, 2024

Conversation

Lexseal
Copy link
Collaborator

@Lexseal Lexseal commented Feb 9, 2024

This is more or less a complete test suite for all the public APIs

@Lexseal Lexseal requested a review from KolinGuo February 9, 2024 05:52
Copy link
Member

@KolinGuo KolinGuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_contained_planning is failing. What happened? Will printing the input/output of the planning call help?

======================================================================
  FAIL: test_constrained_planning (test_planner.TestPlanner)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/project/tests/test_planner.py", line 271, in test_constrained_planning
      self.assertEqual(result["status"], "Success")
  AssertionError: 'RRT Failed. Approximate solution' != 'Success'
  - RRT Failed. Approximate solution
  + Success

@Lexseal
Copy link
Collaborator Author

Lexseal commented Feb 9, 2024

haha that's no problem will just lower the tolerance too tired to do last night. It hasn't happened to me locally so I had the tolerance set to high

@Lexseal Lexseal merged commit d1fca62 into main Feb 15, 2024
10 checks passed
@Lexseal Lexseal deleted the testing branch February 15, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants