sleap
sleap copied to clipboard
Fix default for pad_to_stride parameter
Description
This PR updates pad_to_stride to match with max_stride from the model config during training.
Types of changes
- [x] Bugfix
- [ ] New feature
- [ ] Refactor / Code style update (no logical changes)
- [ ] Build / CI changes
- [ ] Documentation Update
- [ ] Other (explain)
Does this address any currently open issues?
#2163
Outside contributors checklist
- [ ] Review the guidelines for contributing to this repository
- [ ] Read and sign the CLA and add yourself to the authors list
- [ ] Make sure you are making a pull request against the develop branch (not main). Also you should start your branch off develop
- [ ] Add tests that prove your fix is effective or that your feature works
- [ ] Add necessary documentation (if appropriate)
Thank you for contributing to SLEAP!
:heart:
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 76.00%. Comparing base (7991f14) to head (0df91f0).
:warning: Report is 181 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #2164 +/- ##
===========================================
+ Coverage 75.43% 76.00% +0.56%
===========================================
Files 134 134
Lines 24749 25089 +340
===========================================
+ Hits 18670 19068 +398
+ Misses 6079 6021 -58
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.