Skip to content

Modify inconsistent scaling for queries. #27

@mpanaggio

Description

@mpanaggio

New queries can have inconsistent scaling (they are not on the same absolute scale) when max_query and max_anchor are both above the threshold:

if max_query >= thresh and max_anchor >= thresh:

I believe this line should read: if max_query >= thresh and max_anchor >=max_query.

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