Closed roomrys closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.56%. Comparing base (
63f2d8d
) to head (ab4ddd1
). Report is 1 commits behind head on elizabeth/update-python-and-dependencies.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
In some of our now-older environments, we were getting this error while try to run training:
. This is with
albumentations==1.4.14
.We no longer get this error when running
albumenation==1.4.15
as theconver_keypoint_to_albumentations
function was replaced withconvert_keypoints_to_albumentations
(plural) and does not try toint(Nan)
for ourNan
keypoints.Types of changes
Does this address any currently open issues?
[list open issues here]
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart: