Skip to content

test_pointmatch: input dictionaries don't fit format #156

@RussTorres

Description

@RussTorres

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions