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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to set fill value when reading images #2940

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Make it possible to set fill value at read

6aec8e2
Select commit
Loading
Failed to load commit list.
Draft

Make it possible to set fill value when reading images #2940

Make it possible to set fill value at read
6aec8e2
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Oct 18, 2024 in 32s

CodeScene PR Check

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.10 (9.40 -> 9.30)

  • Declining Code Health: 1 findings(s) 🚩

View detailed results in CodeScene

Details

🚩 Declining Code Health (highest to lowest):

  • Excess Number of Function Arguments generic_image.py: GenericImageFileHandler.init

Annotations

Check warning on line 65 in satpy/readers/generic_image.py

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

❌ New issue: Excess Number of Function Arguments

GenericImageFileHandler.__init__ has 5 arguments, threshold = 4. This function has too many arguments, indicating a lack of encapsulation. Avoid adding more arguments.