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

Use vector equivalence macros consistently in header-only API tests. #873

Merged
merged 2 commits into from
Jan 26, 2023

Conversation

harrism
Copy link
Member

@harrism harrism commented Jan 25, 2023

Description

Updates all header-only API tests to consistently use the CUSPATIAL_EXPECT_VECTORS_EQUIVALENT and CUSPATIAL_EXPECT_VEC2D_PAIRS_EQUIVALENT macros.

Fixes #638. (However there wasn't really a correctness issue.)

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@harrism harrism requested a review from a team as a code owner January 25, 2023 04:09
@github-actions github-actions bot added the libcuspatial Relates to the cuSpatial C++ library label Jan 25, 2023
@harrism harrism added bug Something isn't working non-breaking Non-breaking change tests Relating to tests and test automation labels Jan 25, 2023
@harrism harrism self-assigned this Jan 25, 2023
@harrism harrism requested review from isVoid and trxcllnt and removed request for cwharris and zhangjianting January 25, 2023 04:10
@codecov-commenter
Copy link

Codecov Report

Base: 92.55% // Head: 92.55% // No change to project coverage 👍

Coverage data is based on head (943a0d3) compared to base (a614265).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-23.02     #873   +/-   ##
=============================================
  Coverage         92.55%   92.55%           
=============================================
  Files                24       24           
  Lines              1008     1008           
=============================================
  Hits                933      933           
  Misses               75       75           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@harrism
Copy link
Member Author

harrism commented Jan 26, 2023

/merge

@rapids-bot rapids-bot bot merged commit 3a20cf6 into rapidsai:branch-23.02 Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change tests Relating to tests and test automation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] New header-only tests should compare with host vectors
4 participants