-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
Sourcery refactored master branch
… path in Dockerfile
This gets most of the job done via
which seems to have been introduced since the last time the image was built, via a problem in the package logged during the build as:
EDIT |
Got it, thanks! |
I think the changes GitHub is showing in autofocus/build_dataset/helpers.py and autofocus/predict/app/app.py were already in |
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 once we can get the checks to pass. Thanks!
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.
Marking as "Requested changes" until the build passes.
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 2.08%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Let us know what you think of it by mentioning @sourcery-ai in a comment. |
Yes, the majority of chose changes (except those in 77481c7 & 5f7ef4a) are from the Regarding the failing checks, it looks like this is to do with a version incompatibility in In 7e5aaae I've tried bumping it up to 3.6.12, though since 3.9 is now released, you should maybe consider using 3.8 or higher. |
I'm OK with merging. Thank you! |
Resolves #111 (as discussed, using github actions)
Work in progress to build image and push to dockerhub on pushes to
master
.To do:
./.ci/local_checks.sh
locallydev
?Changes to make before/on merging:
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
)DOCKERHUB_USERNAME
andDOCKERHUB_TOKEN
)Pull Request Checklist
dev
branch../.ci/local_checks.sh
passes locally. (The app must be running. SeeREADME.md
for instructions.)Maintainer's responsibilities:
_version.py
has been updated.CHANGELOG.md
has been updated.