-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Bug]: Test failure or ARM architecture #87
Comments
Looking at the code there is something that I cannot understand: Lines 145 to 161 in 81172e2
If Probably the expression can be re-written as follows to avoid this kind of issue: # eqn. 13
- dBeta = ((ell.semiminor_axis * u - ell.semimajor_axis * huE + E**2) * sin(Beta)) / (
- ell.semimajor_axis * huE * 1 / cos(Beta) - E**2 * cos(Beta)
+ dBeta = ((ell.semiminor_axis * u - ell.semimajor_axis * huE + E**2) * sin(Beta)) * cos(Beta) / (
+ ell.semimajor_axis * huE - E**2 * cos(Beta)**2
) By the way I think that the root cause of this issue is different |
@avalentino I attempted a fix in f3a3a53. |
Dear @scivision |
What happened?
Recently e have updated the Debian package for pymap3d for v2.9.1 to v3.0 and we have started having some test failues on one of our ARM architectures
See the detailed log at:
https://ci.debian.net/data/autopkgtest/testing/armel/p/pymap3d/34582756/log.gz
Relevant log output
The text was updated successfully, but these errors were encountered: