-
Notifications
You must be signed in to change notification settings - Fork 47
[AI-1245] added albumentations transform test #672
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
[AI-1245] added albumentations transform test #672
Conversation
AI-1245 Add transformation albumentations test in darwin-py
Add transformation albumentations test in darwin-py |
owencjones
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.
One change requested, also reach out on slack to sort the issue with albumentations
owencjones
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.
Looks good, good test coverage with happy and sad paths
owencjones
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.
Yeah, all looking good. Ready for QA.
| "python.formatting.blackPath": "black", | ||
| "python.formatting.provider": "none", | ||
| "python.formatting.provider": "black", | ||
| "python.formatting.blackArgs": [ |
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.
Removing these lines below on here will mean that formatOnSave starts working better
Problem
No pytests for the new albumentations transform in darwin-py transforms
Solution
Added a pytest
Changelog