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

Replace slow mean(abs(x-y)) with fast matutils.mean_absolute_difference #2284

Merged
merged 2 commits into from
Dec 12, 2018

Conversation

horpto
Copy link
Contributor

@horpto horpto commented Dec 5, 2018

I've noticed that in many places are used a slow version of mean_absolute_difference. So I've find all this places and just replace them with the right function.

@menshikh-iv menshikh-iv changed the title Replace inline slow equivalent of mean_absolute_difference with fast Replace slow mean(abs(x-y)) with fast matutils.mean_absolute_difference Dec 12, 2018
@menshikh-iv menshikh-iv merged commit 5fbea23 into piskvorky:develop Dec 12, 2018
@menshikh-iv
Copy link
Contributor

Nice catch, thank you @horpto 👍

@horpto horpto deleted the mean_abs_diff branch January 10, 2019 02:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants