Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gap analyzer shows no gaps if there is no data in the provided range🐛 #2637

Open
eliasbruvik opened this issue Jan 14, 2025 · 0 comments
Open
Labels
Bug Something isn't working

Comments

@eliasbruvik
Copy link
Contributor

Instead of showing no gaps, it should add a gap to the report for the entire range of the checked data. The start and end index should be the start and end index index the user provided for where to look for data. In the gapSize column, add something like "No data found in the given range". This should be done for every mnemonic that does not have any data.

Image

Also, if the data starts or ends half way through the user specified range, that should also count as a gap if it is above the specified gap size.
In the example below, if you look for gaps in the range [0,10] with a gap size of 2, the range [3,10] should count as a gap.

Image

@eliasbruvik eliasbruvik added the Bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant