-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fix "extra dimension" in distribution.calc_expectations #1149
Conversation
I've fixed the function for now. I'm working on updating the many-many calls that took this issue as given. |
This is ready to merge. (Tests will pass, I just updated the changelog). The one thing that becomes more ugly as a result of this PR is that |
Codecov Report
@@ Coverage Diff @@
## master #1149 +/- ##
==========================================
- Coverage 74.07% 74.06% -0.02%
==========================================
Files 70 70
Lines 10809 10807 -2
==========================================
- Hits 8007 8004 -3
- Misses 2802 2803 +1
Continue to review full report at Codecov.
|
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 great!
@llorracc @sbenthall I'm merging this in given that it is minor and passed tests and Alan's review. Thanks @alanlujan91 ! |
Fixes #1098