-
Notifications
You must be signed in to change notification settings - Fork 4
Use StaticInteger instead of StaticInt and add tests for static util functions #116
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
Conversation
Tests fixed. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #116 +/- ##
==========================================
+ Coverage 53.80% 54.05% +0.24%
==========================================
Files 43 43
Lines 1221 1221
==========================================
+ Hits 657 660 +3
+ Misses 564 561 -3
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, it just needs a version bump
Added version bump. |
Merci @theogf ! |
Next on the agenda will the polishing up the transport framework and turning DistributionMeasures.jl into a MeasureBase.jl Pkg-extension (DistributionMeasures.jl itself will become deprecated). |
Follow-up to #115 .
We should use
StaticInteger
instead ofStaticInt
for argument types.Also adds tests for the new functions in static.jl.