-
Notifications
You must be signed in to change notification settings - Fork 218
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
Refactor/core reaction #1171
Refactor/core reaction #1171
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #1171 +/- ##
==========================================
- Coverage 84.00% 83.90% -0.10%
==========================================
Files 65 65
Lines 5365 5363 -2
Branches 1240 1241 +1
==========================================
- Hits 4507 4500 -7
- Misses 549 553 +4
- Partials 309 310 +1
Continue to review full report at Codecov.
|
minor fix to reaction.py
7fc350a
to
1328fb9
Compare
https://docs.python.org/3/reference/simple_stmts.html#the-raise-statement indicates that raise err.with_traceback() is not necessary, despite what future documentation says. Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more changes.
Thank you for your contribution! |
I don't follow exactly why you made those changes in the last commit. |
Hi @Midnighter - The fist change is based on the conversation linked in #1171 (comment), where I understood @synchon would like these last changes to happen. |
That makes sense. Thank you. |
Updated reaction.py and test_core_reaction.py to be Python 3.6+ compliant.
I didn't fully fix memo in deepcopy, because I don't know what it is supposed to be and/or do.