-
Notifications
You must be signed in to change notification settings - Fork 272
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
Convert float32 pi/2 value to float64 pi/2 value in SimTelEventSource #2077
Conversation
f222e8c
to
0326e53
Compare
Codecov ReportBase: 92.47% // Head: 92.47% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #2077 +/- ##
=======================================
Coverage 92.47% 92.47%
=======================================
Files 197 197
Lines 16276 16276
=======================================
Hits 15052 15052
Misses 1224 1224 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
0326e53
to
9380643
Compare
9380643
to
464f742
Compare
Fixed, please review again @LukasNickel @nbiederbeck |
This fixes errors that the float32 value of pi/2 is slightly larger than the float64 value of pi/2 and then astropy complains.