-
Notifications
You must be signed in to change notification settings - Fork 414
Improve dtypes benchmark #2393
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
Improve dtypes benchmark #2393
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2393 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 59 59
Lines 6214 6214
=======================================
Hits 6127 6127
Misses 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6ad0c34 to
eed8b6a
Compare
df3b633 to
ee97bc1
Compare
tests/benchmark/utils.py
Outdated
| from tests._external.slack_utils import post_slack_message | ||
|
|
||
| GDRIVE_OUTPUT_FOLDER = '16SkTOyQ3xkJDPJbyZCusb168JwreW5bm' | ||
| GDRIVE_OUTPUT_FOLDER = '1tjre6vNnbAv6jyfsF8N8EZfDX7Rx2HCT' |
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.
will need to revert once code review is complete
tests/benchmark/utils.py
Outdated
| ) | ||
| slack_message = '\n'.join(slack_messages) | ||
| slack_channel = 'sdv-alerts' | ||
| slack_channel = 'sdv-alerts-debug' |
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.
will also need to revert
7ab670e to
7cfeb4d
Compare
frances-h
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.
This is looking really good! Just one minor comment
tests/benchmark/utils.py
Outdated
| ) | ||
|
|
||
| if current_value and not stored_value: | ||
| if current_value == 1.0 and not stored_value == 1.0: |
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.
Should we use stored_value != 1.0 here instead of not stored_value == 1.0?
4f2144f to
ea09a05
Compare
This reverts commit eb95321.
ea09a05 to
b93f2e5
Compare
resolves #2365
CU-86b3wt5cy