Addresses a bug where the eccentricity sign is negative in the AMPERE elliptical correction function in ocb_correction.py. Physically, the eccentricity cannot be negative. This bug was introduced by a typo in the original version of the elliptical equation (a negative sign in the denominator).
Coverage remained the same at 76.345% when pulling 057196db8009a1233e61a3371ac99e31cdacc4fe on ecc_bug_fix into eb7e44151d7db453c0104da85a170879e259c01b on develop.
Addresses a bug where the eccentricity sign is negative in the AMPERE elliptical correction function in
ocb_correction.py
. Physically, the eccentricity cannot be negative. This bug was introduced by a typo in the original version of the elliptical equation (a negative sign in the denominator).This addresses issue #58.