Fix: replace hardcoded logger names with __name__ (fixes #5369)#5411
Fix: replace hardcoded logger names with __name__ (fixes #5369)#5411Dev-aaditya wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5411 +/- ##
========================================
Coverage 93.85% 93.85%
========================================
Files 182 182
Lines 22509 22509
Branches 3202 3202
========================================
Hits 21125 21125
Misses 922 922
Partials 462 462 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
IAlibay
left a comment
There was a problem hiding this comment.
Apologies @Dev-aaditya I'm going to block and reject this PR.
My reason is that this PR attempts to put 380k lines of code (which seems to be caused by an attempt to push all the Cython generated files) and you are, by your own admission, using an LLM to generate code (which is disccouraged by the MDAnalysis AI policy).
With these two issues combined, this PR is not in a reviewable state and so we will reject it.
|
Closing as not adhering to contribution standards. |
Fixes #5369
Changes made in this Pull Request:
logging.getLogger()with__name__, following the official Python logging recommendation (https://docs.python.org/3/howto/logging.html#advanced-logging-tutorial).coordinates/PDB.pywas registered as"MDAnalysis.coordinates.PBD",analysis/rms.pyas"MDAnalysis.analysis.rmsd").LLM / AI generated code disclosure
LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: yes
PR Checklist
package/CHANGELOGfile updated?package/AUTHORS? (If it is not, add it!)Developers Certificate of Origin
I certify that I can submit this code contribution as described in the Developer Certificate of Origin, under the MDAnalysis LICENSE.