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

Some minor tweaks #4

Merged
merged 1 commit into from
Jul 5, 2019
Merged

Some minor tweaks #4

merged 1 commit into from
Jul 5, 2019

Conversation

ajkeller34
Copy link

  • Loosen method argument types to accomodate StaticVectors other than SVector.
  • Small fix for dimensional correctness and type stability.

With these changes I'm able to use a type like Point <: StaticArrays.FieldVector and the dimensional correctness fix seemed necessary for what I described in arlk/CurveProximityQueries.jl#7.

…an `SVector`.

- Small fix for dimensional correctness and type stability.
@codecov-io
Copy link

Codecov Report

Merging #4 into master will increase coverage by 0.69%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   42.64%   43.34%   +0.69%     
==========================================
  Files           5        6       +1     
  Lines         204      263      +59     
==========================================
+ Hits           87      114      +27     
- Misses        117      149      +32
Impacted Files Coverage Δ
src/simplex.jl 54.79% <ø> (-10.16%) ⬇️
src/proximity.jl 80% <0%> (+5.8%) ⬆️
src/ConvexBodyProximityQueries.jl 100% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1c62e9...4e9e44e. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented Jul 5, 2019

Codecov Report

Merging #4 into master will increase coverage by 0.69%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   42.64%   43.34%   +0.69%     
==========================================
  Files           5        6       +1     
  Lines         204      263      +59     
==========================================
+ Hits           87      114      +27     
- Misses        117      149      +32
Impacted Files Coverage Δ
src/simplex.jl 54.79% <ø> (-10.16%) ⬇️
src/proximity.jl 80% <0%> (+5.8%) ⬆️
src/ConvexBodyProximityQueries.jl 100% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1c62e9...4e9e44e. Read the comment docs.

@arlk arlk merged commit 3670cb1 into arlk:master Jul 5, 2019
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.

3 participants