-
Notifications
You must be signed in to change notification settings - Fork 3.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
Update for Python 3.8 #1617
Update for Python 3.8 #1617
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
@anargyri this is so great, do all the test pass with 3.8?
@pytest.mark.notebooks | ||
@pytest.mark.gpu | ||
def test_sasrec_single_node_runs(notebooks, output_notebook, kernel_name): | ||
notebook_path = notebooks["sasrec_quickstart"] | ||
pm.execute_notebook(notebook_path, output_notebook, kernel_name=kernel_name) |
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.
quick question, is there a similar test in smoke or integration?
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.
Yes, there is one in integration (the same notebook). I removed this one because it took about 90 minutes to complete.
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.
The integration test is quite slow (2h 20 mins).
I need to check smoke and integration tests too, tomorrow. |
Smoke tests pass (except the difference in AUC in mmlspark lightgbm notebook). |
Codecov Report
@@ Coverage Diff @@
## staging #1617 +/- ##
===========================================
- Coverage 59.12% 56.68% -2.44%
===========================================
Files 88 88
Lines 8942 8956 +14
===========================================
- Hits 5287 5077 -210
- Misses 3655 3879 +224
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Integration tests pass too. |
Description
Related Issues
#1616
Checklist:
staging branch
and not tomain branch
.