-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cuda errors and pred dep #611
Conversation
dep = ( | ||
polygon.data_error_potential | ||
if polygon.data_error_potential | ||
else 0.5 |
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.
i woudln't commit this to code for now, but just change it on your local to create the runs
dep = ( | ||
polygon.data_error_potential | ||
if polygon.data_error_potential | ||
else 0.5 |
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.
same
@@ -2,9 +2,20 @@ | |||
"cells": [ | |||
{ | |||
"cell_type": "code", | |||
"execution_count": null, |
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.
remove from version control
Codecov Report
@@ Coverage Diff @@
## main #611 +/- ##
==========================================
- Coverage 84.75% 84.66% -0.09%
==========================================
Files 163 163
Lines 12840 12845 +5
==========================================
- Hits 10882 10875 -7
- Misses 1958 1970 +12
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fixed some cuda errors in our hook and changed dep to pass linting / not be null for now