-
Notifications
You must be signed in to change notification settings - Fork 29
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 to fix examples ipynb files #318
Conversation
Codecov Report
@@ Coverage Diff @@
## main #318 +/- ##
=======================================
Coverage 93.70% 93.70%
=======================================
Files 76 76
Lines 3464 3464
Branches 278 278
=======================================
Hits 3246 3246
Misses 170 170
Partials 48 48 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@s0nicboOm @ab93 @nkoppisetty @qhuai please review this PR |
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.
May I Know why did we remove %load_ext autotime
?
Also, can you rebase your PR?
Otherwise looks good to me.
Signed-off-by: haripriyajk <[email protected]>
df7c50e
to
2837617
Compare
|
Signed-off-by: haripriyajk <[email protected]>
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.
LGTM!
I see that the PR is has passed all the checks,can we merge this? |
This PR updates outdated modules being used n the python notebooks in the examples folder.
Fixes #316