-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Notebook flake fixes #2091
Notebook flake fixes #2091
Conversation
From running on examples/, I noticed two things: (1) you guys have done an unbelievable amount of work (!), and (2) you like to import numpy but not use it ;)
|
|
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.
None of those look controversial to me!
The changes I see in the diffs all look helpful. Thanks! |
Agreed, happy to merge this. Looks like there are more failures than fixes though. Do you want to make the other fixes too or should we just go ahead and merge this? |
I'd merge this, saying it relates to I'll do |
Great thanks for doing this! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm testing a notebook linting tool. These are the issues it found in the
doc/
directory, running it with python3.It's not clear to me that everything it's found is correct, e.g.
This is what I ran:
--tb=short
is necessary because currently the combined pytest/nbconvert output is huge, unfortunately.If I run nbsmoke on
examples/
, I get a lot more to fix. But first I wanted to see how you feel about these changes...