-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Update plot_rbf_parameters.py #22724
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
Update plot_rbf_parameters.py #22724
Conversation
#22406 What does this implement/fix? Explain your changes. Converted block splitters to use the preferred #%% instead of the current long line of ###
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Guillaume Lemaitre <[email protected]>
add a marker # %% in l. 189
Add markers # %%
move the imports closer to their first usage
|
@glemaitre can you help me what went wrong, I tried to understand why the tests failed, but this message mean nothing to me: |
This reverts commit 0e83dac.
|
The test fail because running |
This reverts commit 74751fb.
running black .
jeremiedbb
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.
Thanks @zempleni
Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Jérémie du Boisberranger <[email protected]>
Reference Issues/PRs
#22406
What does this implement/fix? Explain your changes.
Converted block splitters to use the preferred #%% instead of the current long line of ###
Any other comments?