Skip to content

Commit

Permalink
readme: Add more ellipses for MacOS doctests
Browse files Browse the repository at this point in the history
Adds some more ellipses in the MSIS test output. MacOS seems to have
slight differences in the last digits leading to failed doctests.
  • Loading branch information
st-bender committed Sep 11, 2024
1 parent 5bff23a commit 6b65b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ by importing `nrlmsise00._nrlmsise00`.
>>> from nrlmsise00._nrlmsise00 import gtd7, gtd7d
>>> # using the standard flags
>>> gtd7(2009, 172, 29000, 400, 60, -70, 16, 150, 150, 4) # doctest: +ELLIPSIS
([666517.690495152, 113880555.97522168, 19982109.255734544, 402276.358571251..., 3557.46499451588..., 4.074713532757222e-15, 34753.12399717142, 4095913.2682930017, 26672.73209335869], [1250.5399435607994, 1241.4161300191206])
([666517.690495152, 113880555.975221..., 19982109.255734544, 402276.358571251..., 3557.46499451588..., 4.0747135327572...e-15, 34753.12399717142, 4095913.2682930017, 26672.73209335869], [1250.5399435607994, 1241.4161300191206])

```

Expand Down

0 comments on commit 6b65b2f

Please sign in to comment.