Skip to content

Non-robust interval equality checks #2

Description

@avullo

Current implementation based on float comparison, which is fine for genomic coordinates but not good with e.g. time or more precise intervals. Will have to make some experimentation with possible solutions and choose the most stable/robust one.

Good starting points:

We could start with the simplest approach of using an epsilon (dynamically adjusted maybe) and compare it with the absolute difference.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions