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

Fix computation of bounded joints in configuration limits #64

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

stephane-caron
Copy link
Owner

No description provided.

With the current implementation, this test fails with:

```
AssertionError: Tuples differ: (0, 1, 2, 3, 4, 5) != (1, 2, 4)

First differing element 0:
0
1

First tuple contains 3 additional elements.
First extra element 3:
3

- (0, 1, 2, 3, 4, 5)
+ (1, 2, 4)
```

Joints 0, 3 and 5 are unbounded in the Gen2 description, thus should be
ignored by configuration limits.
@coveralls
Copy link

coveralls commented Jan 22, 2024

Pull Request Test Coverage Report for Build 7615556905

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 99.823%

Totals Coverage Status
Change from base Build 7615470408: 0.001%
Covered Lines: 1128
Relevant Lines: 1130

💛 - Coveralls

@stephane-caron stephane-caron merged commit 257ca2b into main Jan 22, 2024
12 checks passed
@stephane-caron stephane-caron deleted the fix/configuration_limits branch January 22, 2024 18:20
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