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

Add a check for empty content blocks to fix rare empty stats estimation #2766

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

cmdcolin
Copy link
Collaborator

Adds a fix that was missed in https://github.com/GMOD/jbrowse-components/pull/2719/files to check for empty regions in the autorun

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label Feb 22, 2022
@cmdcolin cmdcolin added bug Something isn't working and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels Feb 22, 2022
@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #2766 (763851a) into main (ea2faba) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2766   +/-   ##
=======================================
  Coverage   60.21%   60.21%           
=======================================
  Files         571      571           
  Lines       26576    26578    +2     
  Branches     6474     6476    +2     
=======================================
+ Hits        16003    16005    +2     
  Misses      10248    10248           
  Partials      325      325           
Impacted Files Coverage Δ
...aseLinearDisplay/models/BaseLinearDisplayModel.tsx 86.45% <100.00%> (+0.09%) ⬆️
products/jbrowse-web/src/util.ts 27.27% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea2faba...763851a. Read the comment docs.

@cmdcolin cmdcolin changed the title Add a check for empty content blocks in the autorun Add a check for empty content blocks to fix rare empty stats estimation Feb 23, 2022
@cmdcolin cmdcolin merged commit f18c862 into main Feb 23, 2022
@cmdcolin cmdcolin deleted the empty_regions_stats branch February 23, 2022 00:29
@cmdcolin
Copy link
Collaborator Author

reported by @bbimber in chat, previous fix was made for this issue but was missed the autorun case which this PR made

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

Successfully merging this pull request may close these issues.

1 participant