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 checks on TpM #171

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Fix checks on TpM #171

merged 3 commits into from
Oct 30, 2023

Conversation

kellertuer
Copy link
Member

I noticed that is_point and is_vector were a bit too vague (accepting too much as correct points/vectors).

This PR fixes that by passing points/vectors to the vector check.

@kellertuer kellertuer added bug Something isn't working Ready-for-Review A label for pull requests that are feature-ready labels Oct 30, 2023
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #171 (5f023cc) into master (3fbf075) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files          26       26           
  Lines        3065     3072    +7     
=======================================
+ Hits         3064     3071    +7     
  Misses          1        1           
Files Coverage Δ
src/TangentSpace.jl 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@mateuszbaran mateuszbaran left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@kellertuer kellertuer merged commit 02c8ec1 into master Oct 30, 2023
15 checks passed
@kellertuer kellertuer deleted the kellertuer/extend-TpM branch November 25, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ready-for-Review A label for pull requests that are feature-ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants