-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
CLN: remove values attribute from datetimelike EAs #23603
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
CLN: remove values attribute from datetimelike EAs #23603
Conversation
Hello @jorisvandenbossche! Thanks for submitting the PR.
|
LGTM. Are there PeriodArray tests there were disabled that can now be un-disabled? |
Yes, good catch. |
Codecov Report
@@ Coverage Diff @@
## master #23603 +/- ##
==========================================
- Coverage 92.25% 92.25% -0.01%
==========================================
Files 161 161
Lines 51262 51260 -2
==========================================
- Hits 47292 47290 -2
Misses 3970 3970
Continue to review full report at Codecov.
|
We don't need a
.values
attribute on the EAs (in the interface, we actually explicitly disallow it (in words and tests)).I thought there was a reason during the PeriodArray PR that this couldn't yet be removed, but relevant tests seem to be passing locally.
cc @jbrockmendel