-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Format Python code with psf/black push #305
Conversation
Update tests.txt
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 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? |
ec47ed6
to
12433f4
Compare
12433f4
to
6a49b89
Compare
6a49b89
to
5266e5a
Compare
@@ -577,10 +577,16 @@ | |||
in_channels=3, | |||
classes=2, | |||
) | |||
preprocess_input = get_preprocessing_fn(encoder["model"], pretrained='imagenet') | |||
print(f'Success: Created {arch["model"]} with {encoder["model"]}') | |||
preprocess_input = get_preprocessing_fn( |
Check warning
Code scanning / Prospector (reported by Codacy)
local variable 'preprocess_input' is assigned to but never used (F841)
039c2a9
to
24ab1c3
Compare
24ab1c3
to
d249add
Compare
d249add
to
c294dca
Compare
c294dca
to
d94005f
Compare
d94005f
to
bf35d5f
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences🚀 Don’t miss a bit, follow what’s new on Codacy. Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
bf35d5f
to
c564e21
Compare
c564e21
to
e9017a5
Compare
Quality Gate passedIssues Measures |
Merge pull request #305 from Smartappli/black
There appear to be some python formatting errors in d8dee5b. This pull request
uses the psf/black formatter to fix these issues.