Skip to content
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

bug fix for means vector margins #187

Merged
merged 1 commit into from
Dec 9, 2019

Conversation

ernestoarbitrio
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1ef3133 on bug-fix-margin-mean-vector into 3c6c6cb on master.

@ernestoarbitrio ernestoarbitrio merged commit 6eaedb3 into master Dec 9, 2019
@@ -1573,6 +1573,7 @@ class _MeansVector(_BaseVector):

def __init__(self, element, base_counts, means):
super(_MeansVector, self).__init__(element, base_counts)
self._base_counts = base_counts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ernestoarbitrio this line is unnecessary because the base class (_BaseVector) already defines self._base_counts.

@scanny scanny deleted the bug-fix-margin-mean-vector branch May 11, 2020 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants