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

test_pointmatch: input dictionaries don't fit format #156

Open
RussTorres opened this issue Feb 15, 2021 · 0 comments
Open

test_pointmatch: input dictionaries don't fit format #156

RussTorres opened this issue Feb 15, 2021 · 0 comments

Comments

@RussTorres
Copy link
Collaborator

see #155 for context.

The format of pointmatch test dictionaries in integration_tests/test_pointmatch_integrated.py and test/test_pointmatch.py doesn't match what I was seeing in real pointmatch collections, e.g.

"p": [[1, 2, 3], [1, 2, 3]] (pointmatch collection)
vs
"p": [[1, 1], [2, 2], [3, 3]] (test fixture)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant