-
Notifications
You must be signed in to change notification settings - Fork 14
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
DM-46563: Ensure that arrow tables with null values return masked numpy array #1086
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1086 +/- ##
=======================================
Coverage 89.69% 89.69%
=======================================
Files 360 360
Lines 47094 47110 +16
Branches 9693 9696 +3
=======================================
+ Hits 42240 42256 +16
Misses 3480 3480
Partials 1374 1374 ☔ View full report in Codecov by Sentry. |
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.
Looking at the tests
daf_butler/tests/test_parquet.py
Line 1188 in ca923c0
class ParquetFormatterArrowNumpyTestCase(unittest.TestCase): |
daf_butler/tests/test_parquet.py
Line 1094 in ca923c0
def testWriteAstropyReadAsNumpyTable(self): |
include_masked=True
call to _makeSimpleAstropTable()
?
There is definitely test code that now returns a masked numpy: It now returns:
so there are masked values for |
Ah! That would also work. |
ce3fe74
to
c4e937f
Compare
I've added a little test. |
Closed in favor or #1087 with the correct branch name. |
Checklist
doc/changes
configs/old_dimensions