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

Remove observer pattern from scaling code #1381

Merged
merged 10 commits into from
Aug 27, 2020

Conversation

jbeilstenedmands
Copy link
Contributor

The use of observer objects has been shown to lead to issues due to the use of global objects (#1271).

Replace these objects with simpler function calls or context managers depending on the situation.

@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #1381 into master will decrease coverage by 0.07%.
The diff coverage is 90.11%.

@@            Coverage Diff             @@
##           master    #1381      +/-   ##
==========================================
- Coverage   64.60%   64.53%   -0.08%     
==========================================
  Files         616      616              
  Lines       69866    69716     -150     
  Branches     9546     9534      -12     
==========================================
- Hits        45140    44992     -148     
- Misses      22952    22953       +1     
+ Partials     1774     1771       -3     

@jbeilstenedmands jbeilstenedmands marked this pull request as ready for review August 26, 2020 13:12
@jbeilstenedmands jbeilstenedmands merged commit 8536082 into master Aug 27, 2020
@Anthchirp Anthchirp deleted the reduce_observer_pattern branch August 28, 2020 19:29
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.

None yet

1 participant