-
Notifications
You must be signed in to change notification settings - Fork 19.6k
[*.py] Use f-strings and os.path.join
throughout
#21343
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
[*.py] Use f-strings and os.path.join
throughout
#21343
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #21343 +/- ##
==========================================
+ Coverage 76.94% 84.99% +8.04%
==========================================
Files 568 568
Lines 56895 56905 +10
Branches 8889 8890 +1
==========================================
+ Hits 43780 48365 +4585
+ Misses 10862 6230 -4632
- Partials 2253 2310 +57
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…; [keras/src/ops/ops_test.py] Use f-string over concatenation
Thank you for this PR! Can you rebase it? It looks like some files need merging (and sorry for taking so long to look at it). |
# Conflicts: # keras/src/saving/saving_lib.py
@hertschuh updated |
The code needs to be reformatted it looks like, please see this section: https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md#generating-public-api-and-formatting-the-code |
@hertschuh Done |
Still failing, it's actually the Can you try |
Thanks a lot @SamuelMarks ! |
No description provided.