Closed haesleinhuepf closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 87.91%. Comparing base (
a2dd16c
) to head (30a6c99
).
Files with missing lines | Patch % | Lines |
---|---|---|
pyclesperanto/_tier3.py | 50.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
this is an autogen file, modification is useless, sorry :D
This message was generated by git-bob (version: 0.9.0, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.
To resolve Issue #265, the parameter "list" in the
exclude_labels
function in_tier3.py
was renamed to "flag_list" to avoid using a protected Python keyword. Corresponding changes were made to the function's documentation and the internal call toclic._exclude_labels
. Additionally, the test cases in the newly added tests/test_exclude_labels.py were updated to use "flag_list" instead of "flaglist", ensuring consistency and validating the refactor.closes #265