-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Black formatted 15 files #4113
Black formatted 15 files #4113
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4113 +/- ##
=======================================
Coverage 88.74% 88.75%
=======================================
Files 89 89
Lines 14040 14040
=======================================
+ Hits 12460 12461 +1
+ Misses 1580 1579 -1
|
Thanks @Sayam753 ! This is interesting - once you apply raise ParametrizationError('Discrete variables are not supported by VI: {}'
.format(var)) then raise ParametrizationError(
f"Discrete variables are not supported by VI: {var}"
) Can you either run pre-commit run pyupgrade --all ? |
This is indeed interesting. I did nothing apart from running black and then why did pyupgrade fail? |
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.
Took a while to compare all the lines but 👍
because, once |
Wow. |
Black formatted last 15 files listed in #4109. This is fun to do. I think in PyMC4, we do have tests for formatting as well.