Make NetCDF file cache handling compatible with dask distributed #2822
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Aug 23, 2024 in 54s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: -0.09 (9.68 -> 9.59)
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Excess Number of Function Arguments test_utils.py: TestDistributed.test_get_serializable_dask_array
Annotations
Check warning on line 572 in satpy/tests/reader_tests/test_utils.py
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ New issue: Excess Number of Function Arguments
TestDistributed.test_get_serializable_dask_array has 5 arguments, threshold = 4. This function has too many arguments, indicating a lack of encapsulation. Avoid adding more arguments.
Loading