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

[bugfix] fix getColmapCompatibleViews #1245

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Sep 29, 2022

In the code of compatibleIntrinsics(), in order to check if an element belongs to the vector, find() was used and compared to the .end() of a different vector. (self-facepalm).
This made the unit test fail (only) on windows. Why that was not failing on Linux, it's a big mystery.

Incidentally it fixes the name of the unit test for middlebury, which was missing the proper module prefix

@simogasp simogasp added this to the 2.5.0 milestone Sep 29, 2022
@fabiencastan fabiencastan merged commit 663e863 into develop Sep 29, 2022
@fabiencastan fabiencastan deleted the dev/colmap_exporter branch September 29, 2022 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants