-
Notifications
You must be signed in to change notification settings - Fork 25
Fix shape for datasets of references to iterators #1238
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1238 +/- ##
==========================================
- Coverage 90.87% 90.82% -0.05%
==========================================
Files 42 42
Lines 9524 9529 +5
Branches 1921 1923 +2
==========================================
Hits 8655 8655
- Misses 576 580 +4
- Partials 293 294 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Checking the errors it seems that we were too quick to dismiss the multi-dimensional case, @rly . |
I haven't looked deeply, but I suspect that because
Related TODO items:
I'll take a look at this in the next couple days. |
I think #1270 already fixed the issue that this PR was aimed to solve. Fixed. |
Motivation
Fix #1237
This is a draft that @rly started working on that I share here for further reference.