-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove code for unsupported Julia versions #155
Conversation
Hmm, I think |
Codecov ReportBase: 61.58% // Head: 58.37% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #155 +/- ##
==========================================
- Coverage 61.58% 58.37% -3.21%
==========================================
Files 14 14
Lines 617 543 -74
==========================================
- Hits 380 317 -63
+ Misses 237 226 -11
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. |
The remaining test errors are caused by the recent Rmath update, see #156 |
When looking through tdist.jl, I noticed that there is some code left for nowadays unsupported Julia versions.
Edit: Somehow read 0.7 instead of 1.7, so clearly one of the branches is still needed...
Edit2: Maybe it would actually be better to use
log2mexp
here to continue performing operations in log-space.