-
Notifications
You must be signed in to change notification settings - Fork 32
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
MeasureBase 0.14 + other updates #260
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #260 +/- ##
==========================================
- Coverage 45.98% 45.09% -0.89%
==========================================
Files 43 43
Lines 1344 1346 +2
==========================================
- Hits 618 607 -11
- Misses 726 739 +13
☔ View full report in Codecov by Sentry. |
@gaurav-arya Since you brought this up, I've invited you to the repo in case you'd like to review. @mschauer I've also requested a review if you're available in case you have thoughts on this. It's a small PR so hopefully quick to review :) |
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.
Looks good frrom a rough scan, just left a few questions
Thanks @gaurav-arya . I've merged this branch into #240, which has some other changes we had planned. Once we're set here we can close this PR and merge that one instead. |
This is a quick fix to get MeasureTheory working with the latest MeasureBase (currently v0.14). Note that some tests have been removed; these will be reworked and added to MeasureBase.jl.
Addresses #259