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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken reset method in MultioutputWrapper #1460

Merged
merged 5 commits into from Jan 25, 2023

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Jan 24, 2023

What does this PR do?

Fixes #1436

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 馃檭

@SkafteNicki SkafteNicki added the bug / fix Something isn't working label Jan 24, 2023
@SkafteNicki SkafteNicki added this to the v0.12 milestone Jan 24, 2023
@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Merging #1460 (0add0ce) into master (94c49f3) will decrease coverage by 52%.
The diff coverage is 100%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1460     +/-   ##
========================================
- Coverage      90%     38%    -52%     
========================================
  Files         211     211             
  Lines       10854   10839     -15     
========================================
- Hits         9726    4117   -5609     
- Misses       1128    6722   +5594     

@Borda Borda enabled auto-merge (squash) January 24, 2023 17:54
@mergify mergify bot added ready and removed has conflicts labels Jan 24, 2023
@Borda Borda disabled auto-merge January 25, 2023 06:31
@Borda Borda merged commit f3c82e2 into master Jan 25, 2023
@Borda Borda deleted the bugfix/super_reset_multioutput_wrapper branch January 25, 2023 06:31
Borda pushed a commit that referenced this pull request Jan 30, 2023
* code fix
* tests
* changelog

(cherry picked from commit f3c82e2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultioutputWrapper does not reset cleanly
2 participants