-
Notifications
You must be signed in to change notification settings - Fork 32
Add collection of mean, var and std for distributions #250
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 45.98% 46.33% +0.35%
==========================================
Files 43 43
Lines 1344 1364 +20
==========================================
+ Hits 618 632 +14
- Misses 726 732 +6
☔ View full report in Codecov by Sentry. |
Issues with the dependent packages seems to be linked to compatibilities issues. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 52.60% 52.85% +0.24%
==========================================
Files 42 42
Lines 1399 1419 +20
==========================================
+ Hits 736 750 +14
- Misses 663 669 +6 ☔ View full report in Codecov by Sentry. |
That's a really weird bug: Although constructed with one value, the output is different |
Looks like the issue is unrelated? |
This adds direct accessors to the statistics of some given Measures
Let me know if this would be the wrong way to do this?