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

Stop scrolling of progress bar after calculating spectral angle #2372

Merged
merged 6 commits into from
Jun 13, 2024

Conversation

nbollis
Copy link
Contributor

@nbollis nbollis commented Jun 10, 2024

After calculating the spectral angle during a search task, the progress bar would scroll infinitely.
This simple PR stops the scrolling after angle calculation is complete.

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.81%. Comparing base (661b1e5) to head (c6ce889).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2372   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files         137      137           
  Lines       21170    21171    +1     
  Branches     2924     2924           
=======================================
+ Hits        19649    19650    +1     
  Misses       1042     1042           
  Partials      479      479           
Files Coverage Δ
MetaMorpheus/TaskLayer/SearchTask/SearchTask.cs 95.28% <100.00%> (+0.01%) ⬆️

@nbollis nbollis merged commit 6a35c8c into smith-chem-wisc:master Jun 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants