Skip to content

Remove duplicated sum function in FrameExtensions#515

Merged
zyzhu merged 1 commit intofslaborg:masterfrom
zyzhu:issue-514
Sep 16, 2020
Merged

Remove duplicated sum function in FrameExtensions#515
zyzhu merged 1 commit intofslaborg:masterfrom
zyzhu:issue-514

Conversation

@zyzhu
Copy link
Copy Markdown
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