You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: