Closed w-k-jones closed 5 months 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 57.21%. Comparing base (
08f84b2
) to head (319d7a3
). Report is 214 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.
Following on from #384 , I've carried out a more substantial refactoring of the PBC distance calculation functions. This includes improved validation of PBC keyword parameters, and optimisation of the
calc_distance_coords_pbc
to reduce the amount of work performed each time it is called.build_distance_function
should now be the uniform way to create a PBC dist func across all routinesChange in performance of tracking with PBCs (for a 24x1200x3600 dataset):