Fixing code errors #35
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR addresses and resolves all identified failing CI checks. The changes primarily focus on improving code quality, ensuring consistent formatting, fixing linting issues, and validating the successful execution of all experiments and tests within the LJPW framework.
Type of Change
Related Issues
Fixes #
Relates to #
Changes Made
blackformatting across the entire codebase (29 files + 3 generated files).rufflinting issues, including:list()calls insorted()functions.pyproject.tomlto ignore specificruffrules (N815, N816, B007) to accommodate intentional Greek letter variable names (κ) used in the LJPW framework.discovered_*Calculator.py) for consistency in method naming and functionality.LJPW Impact
This change affects the following dimensions:
Testing
All CI checks were run locally to verify the fixes.
Test Commands Run
make test make lint make validateTest Results
Code Quality Checklist
blackruffDocumentation
Breaking Changes
None.
Screenshots / Output
Additional Notes
This PR provides a comprehensive set of fixes to ensure the codebase adheres to quality standards and all automated checks pass, thereby stabilizing the development pipeline.
Reviewer Checklist (for maintainers)