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: unnecessary Point3D comparison #1264

Merged
merged 5 commits into from
Jun 18, 2024
Merged

fix: unnecessary Point3D comparison #1264

merged 5 commits into from
Jun 18, 2024

Conversation

RobPasMue
Copy link
Member

Potential bug... array comparison shouldn't be happening. You just want to verify whether the value is 0, to perform a 90º projection.

@RobPasMue RobPasMue self-assigned this Jun 17, 2024
@RobPasMue RobPasMue requested a review from a team as a code owner June 17, 2024 10:52
@github-actions github-actions bot added the bug Something isn't working label Jun 17, 2024
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.09%. Comparing base (7a627cd) to head (626b843).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1264   +/-   ##
=======================================
  Coverage   92.09%   92.09%           
=======================================
  Files          85       85           
  Lines        6613     6613           
=======================================
  Hits         6090     6090           
  Misses        523      523           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RobPasMue RobPasMue merged commit a4fe7bc into main Jun 18, 2024
46 checks passed
@RobPasMue RobPasMue deleted the fix/array-comparison branch June 18, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants