Skip to content

SDMap not added to test set due to continue statement in collect.py #137

@artest08

Description

@artest08

Description:
In collect.py, the continue statement conditioned on annotation existence prevents SDMap from being added to the test set.
This causes the test split to miss SDMap entries even when they are available.

Proposed Fix:
Move the block of code responsible for adding SDMap before the annotation existence check. This ensures that SDMap is added to the test set regardless of whether annotations are present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions