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

Remove duplicated sum function in FrameExtensions #515

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Remove duplicated sum function in FrameExtensions #515

merged 1 commit into from
Sep 16, 2020

Conversation

zyzhu
Copy link
Contributor

@zyzhu zyzhu commented Sep 16, 2020

Fix #514

There is a redundant sum function remaining in FrameExtensions. After adding sum to FrameStatsExtensions, this ambiguous case comes up. But there was no test cases to capture that. This shall be fixed now.

@zyzhu zyzhu merged commit 608c005 into fslaborg:master Sep 16, 2020
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.

call is ambiguous between the following methods or properties FrameExtensions.Sum and FrameStatsExtensions.Sum
1 participant