add image comparison behave tests #2912
Open
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Sep 27, 2024 in 1m 9s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Code Health of new files: 9.93
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Excess Number of Function Arguments modify_image.py: add_text_to_image
Annotations
Check warning on line 22 in satpy/tests/behave/modify_image.py
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ New issue: Excess Number of Function Arguments
add_text_to_image has 6 arguments, threshold = 4. This function has too many arguments, indicating a lack of encapsulation. Avoid adding more arguments.
Loading