-
Notifications
You must be signed in to change notification settings - Fork 0
6 feature integrate feedback #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MarcelRosier
commented
Sep 3, 2025
- Add citation reminder
- Fix param order in example
- Add logging info
- Add logging of weights location
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ezequieldlrosa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR integrates user feedback by adding citation reminders, fixing parameter order, and improving logging functionality. The changes enhance user experience by providing proper attribution guidance and better debugging capabilities.
- Added a citation reminder decorator to prompt users to cite relevant papers when using the segmentation tool
- Fixed parameter order in the README example to match the actual function signature
- Enhanced logging with informational messages and documentation on how to enable logging
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| stroke_segmentor/utils/citation_reminder.py | New module implementing a decorator to display citation information |
| stroke_segmentor/inferer.py | Applied citation reminder decorator to the main inference method |
| stroke_segmentor/zenodo.py | Added logging statement for extraction completion |
| README.md | Fixed parameter order in example, added logging documentation, and expanded citation section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
