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

Add some Map tests #127

Merged
merged 4 commits into from
Feb 20, 2020
Merged

Add some Map tests #127

merged 4 commits into from
Feb 20, 2020

Conversation

artivis
Copy link
Owner

@artivis artivis commented Feb 17, 2020

Add some common Eigen::Map-related tests to all groups.

Those tests highlighted that calling random() on a Map<Group> object was broken (not compiling).

@artivis artivis added bug Something isn't working enhancement New feature or request labels Feb 17, 2020
@artivis artivis self-assigned this Feb 17, 2020
@codecov-io
Copy link

codecov-io commented Feb 17, 2020

Codecov Report

Merging #127 into devel will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##            devel     #127      +/-   ##
==========================================
+ Coverage   98.21%   98.23%   +0.01%     
==========================================
  Files          36       37       +1     
  Lines        1123     1130       +7     
==========================================
+ Hits         1103     1110       +7     
  Misses         20       20

@artivis
Copy link
Owner Author

artivis commented Feb 20, 2020

@joansola PR ready for review.

Copy link
Collaborator

@joansola joansola left a comment

Choose a reason for hiding this comment

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

I added a comment but I think it's a no issue. So I am approving this, but please just checkout the comment.

test/common_tester.h Show resolved Hide resolved
@artivis artivis merged commit 7a180ad into devel Feb 20, 2020
@artivis artivis deleted the feature/map_test branch February 20, 2020 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants