Closed w-k-jones closed 1 month ago
Your code has been rated at 8.72/10 (previous run: 8.72/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.96%. Comparing base (
4fa1efa
) to head (81a580b
). Report is 5 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.
@JuliaKukulies @freemansw1 This should fix the matrix testing issues, are you happy to review?
@w-k-jones, fyi I have merged in these changes in #450 and this fixes the matrix testing issue just as here
Fixes a bug in
transform_feature_points
which was causing the failing matrix tests. I also fixed a couple of other depreciation warnings in the tests, and added python 3.12 to matrix testing. Resolves #444