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

Warn about changes in motmetrics.utils.compare_to_groundtruth() when using euclidean distance. #177

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

angelcarro
Copy link
Contributor

Warn about the changes performed in pull request: #168
If someone uses the method with dist='euc', the threshold should be set to the euclidean distance and not to the squared euclidean distance, as in previous versions.
A new option was added that does not show this warning: dist='euclidean'.

…e backward compatibility issues.

When the dist='euc' option is used, a warning is shown to explain the change in behavior of the option.
@cheind cheind merged commit 89dbe32 into cheind:develop Sep 28, 2023
3 checks passed
@cheind
Copy link
Owner

cheind commented Sep 28, 2023

thanks - took me a while :)

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.

2 participants