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 most errors and warnings on Julia nightly #176

Merged
merged 6 commits into from
Feb 21, 2017
Merged

Conversation

tkoolen
Copy link
Collaborator

@tkoolen tkoolen commented Feb 21, 2017

Still to do:

show fixes

Get rid of inadvertent addition
different test for dynamics ode method
Based on JuliaArrays/StaticArrays.jl#107 (comment).

fix mistake in TreeVertex constructor

Fix MechanismState constructor
@codecov
Copy link

codecov bot commented Feb 21, 2017

Codecov Report

Merging #176 into master will decrease coverage by -0.35%.
The diff coverage is 96.66%.

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
- Coverage   92.55%   92.21%   -0.35%     
==========================================
  Files          17       17              
  Lines        1732     1733       +1     
==========================================
- Hits         1603     1598       -5     
- Misses        129      135       +6
Impacted Files Coverage Δ
src/util.jl 97.89% <ø> (ø)
src/ode_integrators.jl 92.72% <100%> (ø)
src/dynamics_result.jl 100% <100%> (ø)
src/mechanism_state.jl 93.89% <100%> (ø)
src/mechanism.jl 90% <100%> (ø)
src/tree.jl 73.15% <100%> (-4.03%)
src/rigid_body.jl 86.48% <100%> (ø)
src/cache_element.jl 100% <100%> (ø)
src/joint_types.jl 94.35% <100%> (ø)
src/spatial.jl 91.9% <100%> (-1.06%)
... and 5 more

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 8486402...5f182d2. Read the comment docs.

@tkoolen tkoolen merged commit 4802141 into master Feb 21, 2017
@tkoolen tkoolen deleted the fix-julia-nightly branch February 21, 2017 05:22
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.

1 participant