Open vaibhavtrip29 opened 10 months ago
The recent update to the GUI application extended the logic for setting the copy instance to consider the type of instance and prioritize user instances over predicted instances. It introduced new static methods in commands.py
to handle the replacement of instances with user instances if needed, and in test_commands.py
, it added new test functions and made modifications to existing ones to validate the enhanced functionality.
File(s) | Change Summary |
---|---|
sleap/gui/commands.py |
Extended logic for setting copy instance, added new static methods. |
tests/gui/test_commands.py |
Added new test functions, modified existing ones. |
🐇 "In the realm of frames and points,
A clever hop to join the joints.
User's touch now leads the dance,
CodeRabbit hails the enhanced stance." 🌟
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?
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
60a441f
) 73.38% compared to head (8013b77
) 73.41%. Report is 1 commits behind head on develop.:exclamation: Current head 8013b77 differs from pull request most recent head 61be664. Consider uploading reports for the commit 61be664 to get more accurate results
Files | Patch % | Lines |
---|---|---|
sleap/gui/commands.py | 95.23% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@coderabbitai review
Description
Prioritised copy prior frame to take user instance when available.
Types of changes
Does this address any currently open issues?
[list open issues here] https://github.com/talmolab/sleap/issues/1065
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit
New Features
Tests