Skip to content

Commit

Permalink
Adjust output of tests so that doctests passes
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jul 7, 2017
1 parent bb98390 commit 502f8a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/co_nutate.jl
Expand Up @@ -69,7 +69,7 @@ julia> jd = jdcnv(2028,11,13,4,56)
2.4620887055555554e6
julia> co_nutate(jd,ten(2,46,11.331) * 15,ten(49,20,54.54))
(0.006058053578186673, 0.0026508706103953728, 0.40904016038217555, 14.85938942789647, 2.703809037235058)
(0.006058053578186673, 0.0026508706103953728, 0.40904016038217555, 14.859389427896472, 2.703809037235058)
```
### Notes ###
Expand Down
2 changes: 1 addition & 1 deletion src/mag2flux.jl
Expand Up @@ -56,7 +56,7 @@ julia> mag2flux(8.3, 12)
7.58577575029182e-9
julia> mag2flux(8.3, ABwave=12)
3.624411568301719e-7
3.6244115683017193e-7
```
### Notes ###
Expand Down
2 changes: 1 addition & 1 deletion src/nutate.jl
Expand Up @@ -96,7 +96,7 @@ julia> using AstroLib
julia> jd = jdcnv(1987, 4, 10);
julia> nutate(jd)
(-3.7879310771107564, 9.4425206986444)
(-3.787931077110755, 9.4425206986444)
```
(2) Plot the daily nutation in longitude and obliquity during the 21st century.
Expand Down
2 changes: 1 addition & 1 deletion src/xyz.jl
Expand Up @@ -163,7 +163,7 @@ julia> using AstroLib
julia> jd = juldate(DateTime(1999, 1, 22))
51200.5
julia> xyz(jd + 64./86400., 2000)
julia> xyz(jd + 64/86400, 2000)
(0.5145687092402946, -0.7696326261820777, -0.33376880143026394, 0.014947267514081075, 0.008314838205475709, 0.003606857607574784)
```
Expand Down

0 comments on commit 502f8a3

Please sign in to comment.