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

[FIX] MDS: Remove repeated updates at the end of optimization #6337

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

lanzagar
Copy link
Contributor

Issue

Graph and stress were updated twice in a row - in last call of on_partial_result and in on_done

Description of changes

Remove updates in on_done - @VesnaT , @janezd please check and confirm that they were indeed unnecessary and that on_partial_result is always already called before it.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #6337 (7bce7f3) into master (3588d2d) will decrease coverage by 0.08%.
The diff coverage is 71.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6337      +/-   ##
==========================================
- Coverage   87.47%   87.40%   -0.08%     
==========================================
  Files         316      317       +1     
  Lines       68099    68219     +120     
==========================================
+ Hits        59572    59626      +54     
- Misses       8527     8593      +66     

@janezd janezd assigned janezd and VesnaT and unassigned janezd Feb 24, 2023
@VesnaT VesnaT merged commit 5330c9f into biolab:master Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants