Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Fix searchlight label set #2188

Description

@djstrong

In the searchlight label set a malformed rainbow record has been found.
Labelhash of "007" (with quotes) is healed to 007 (without quotes) .
The issue was introduced in the label set with version 0 with logic that predates the current pipeline of label set creation. Then labelhashes was provided externally and not computed during creating the label set.

Fix:
Creating next label set version skips labelhahes present in previous label set version so it does not allow overrides. So we have 2 options:

  • Override searchlight labelset with the current version or
  • Add option to convert-csv  to not skip labelhashes present in the current label set and release next version.

Remove code validating labels during healing labelhashes introduced here: #2186

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

  • Status
    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions