JuliaAstro / AstroLib.jl

Bundle of small astronomical and astrophysical routines.
http://juliaastro.github.io/AstroLib.jl/stable/
Other
79 stars 23 forks source link

Fix helio #42

Closed giordano closed 7 years ago

giordano commented 7 years ago

Instead of the eccentric anomaly "E", the Euler’s number "e" was used to compute heliocentric radius.

codecov-io commented 7 years ago

Codecov Report

Merging #42 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #42      +/-   ##
=========================================
- Coverage    99.8%   99.8%   -0.01%     
=========================================
  Files          76      76              
  Lines        1575    1574       -1     
=========================================
- Hits         1572    1571       -1     
  Misses          3       3
Impacted Files Coverage Δ
src/planet_coords.jl 100% <ø> (ø) :arrow_up:
src/helio.jl 100% <100%> (ø) :arrow_up:

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 2164d54...76cdc32. Read the comment docs.