Closed JuliaKukulies closed 3 months ago
Your code has been rated at 8.70/10 (previous run: 8.70/10, +0.00) The linting score is an indicator that reflects how well your code version follows Pylint’s coding standards and quality metrics with respect to the RC_v1.5.x branch. A decrease usually indicates your new code does not fully meet style guidelines or has potential errors.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.91%. Comparing base (
8e7557c
) to head (5551fb7
). Report is 153 commits behind head on RC_v1.5.x.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@fziegner can jump in here and do the 2nd review if it is fine for @kelcyno
@fziegner can jump in here and do the 2nd review if it is fine for @kelcyno
That'd be awesome :)
Something I overlooked: it might be good to change the type hint to Union[int, dict[float, int], list[int]] = 0
and docstring to n_min_threshold : int, dict of float to int, or list of int, optional
as it's done the same for other variables.
Thanks @fziegner! I have addressed your comments now and will merge once the tests have passed :)
Solves #427