fix: add missing units to datetime/timedelta in a test#3688
fix: add missing units to datetime/timedelta in a test#3688TaiSakuma merged 2 commits intoscikit-hep:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
@TaiSakuma - thanks for looking into it. I think, |
|
@ianna - True, |
|
The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3688 |
|
@ianna I can see the button |
ianna
left a comment
There was a problem hiding this comment.
@TaiSakuma - great! Thanks for fixing it. Please go ahead and merge it!
The
datetime64andtimedelta64need a unit, e.g.,datetime64[15us]This PR adds missing units in
test_2377_empty_index.py