-
Notifications
You must be signed in to change notification settings - Fork 94
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
unskip test_udf_parallel #432
Conversation
Deploying datachain-documentation with Cloudflare Pages
|
vals = ["a", "b", "c", "d", "e", "f"] | ||
chain = DataChain.from_values(key=vals) | ||
|
||
class MyMapper(Mapper): |
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.
[F] Moving this into the local scope makes it possible for the test to pass.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
=======================================
Coverage 87.21% 87.21%
=======================================
Files 92 92
Lines 9977 9977
Branches 2053 2053
=======================================
Hits 8701 8701
Misses 922 922
Partials 354 354
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
21f749a
to
2f43636
Compare
unskips the test skipped here