Skip to content
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

C++ refactoring: Removed v1_to_v2 from all v2 tests #1211

Merged
merged 31 commits into from
Jan 13, 2022

Conversation

jpivarski
Copy link
Member

@jpivarski jpivarski commented Jan 7, 2022

    • test_0115-generic-reducer-operation.py
    • test_1183-bugs-found-by-dask-project-2.py
    • test_1162-ak-from_json_schema.py
    • test_0138-emptyarray-type.py
    • test_0150-flatten.py
    • test_0166-0167-0170-random-issues.py
    • test_0184-concatenate-operation.py
    • test_0222-count-with-axis0.py
    • test_0224-arrow-to-awkward.py
    • test_0264-reduce-last-empty.py
    • test_0315-integerindex.py
    • test_0348-form-keys.py
    • test_0404-array-validity-check.py
    • test_0410-fix-argminmax-positions-for-missing-values.py
    • test_0447-preserve-regularness-in-reduce.py
    • test_0449-merge-many-arrays-in-one-pass.py
    • test_0499-getitem-indexedarray-bug.py
    • test_0504-block-ufuncs-for-strings.py
    • test_0527-fix-unionarray-ufuncs-and-parameters-in-merging.py
    • test_0557-min-max-initial-argument.py
    • test_0593-preserve-nullability-in-arrow-and-parquet.py
    • test_0652-tests-of-complex-numbers.py
    • test_0828-arrow-datatype-null.py
    • test_0835-datetime-type-pandas.py
    • test_0835-datetime-type.py
    • test_0835-datetime-type-pyarrow.py
    • test_0875-arrow-null-type.py
    • test_0884-index-and-identifier-refactoring.py
    • test_0889-ptp.py
    • test_0896-content-classes-refactoring.py
    • test_0906-arrow-fixed-size-list-type.py
    • test_0912-packed.py
    • test_0914-types-and-forms.py
    • test_0916-datetime-values-astype.py
    • test_0927-numpy-array-nbytes.py
    • test_0958-new-forms-must-accept-old-form-json.py
    • test_0959-_getitem_array-implementation.py
    • test_0962-convert-between-old-and-new-arrays.py
    • test_0982-missing-case-in-nonlocal-reducers.py
    • test_0992-correct-ptp-unmasking.py
    • test_1000-fixes-argmax-for-ListOffsetArray-with-nonzero-start.py
    • test_1006-packed-regular-array-zero-size.py
    • test_1007-from_buffers-empty-ndarray.py
    • test_1031b-start-getitem_next-specialized.py
    • test_1031-start-getitem_next.py
    • test_1059-localindex.py
    • test_1066-to_numpy-masked-structured-array.py
    • test_1071-mask-identity-false-should-not-return-option-type.py
    • test_1072-sort.py
    • test_1074-combinations.py
    • test_1075-validityerror.py
    • test_1106-argminmax-axis-None-missing-values.py
    • test_1110-type-tracer-1.py
    • test_1116-project-maskedarrays.py
    • test_1125-to-arrow-from-arrow.py
    • test_1132-utility-methods-for-highlevel-functions.py
    • test_1134-from-buffers-to-buffers.py
    • test_1135-rpad-operation.py
    • test_1137-num.py
    • test_1142-numbers-to-type.py
    • test_1149-datetime-sort.py
    • test_1154-arrow-tables-should-preserve-parameters.py

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
arvidfm Arvid Fahlström Myrman

Verified

This commit was signed with the committer’s verified signature.
arvidfm Arvid Fahlström Myrman
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #1211 (94b81eb) into main (0a0e9be) will decrease coverage by 1.42%.
The diff coverage is 71.87%.

Impacted Files Coverage Δ
src/awkward/_v2/contents/emptyarray.py 69.54% <ø> (ø)
src/awkward/_v2/contents/content.py 81.57% <23.07%> (-1.62%) ⬇️
src/awkward/_v2/_typetracer.py 68.94% <33.33%> (-0.25%) ⬇️
src/awkward/_v2/_slicing.py 83.79% <75.47%> (-2.48%) ⬇️
src/awkward/_v2/contents/regulararray.py 82.66% <80.00%> (+0.07%) ⬆️
src/awkward/_v2/contents/unionarray.py 83.59% <95.45%> (+0.19%) ⬆️
src/awkward/_v2/tmp_for_testing.py 5.31% <0.00%> (-77.78%) ⬇️
src/awkward/_v2/contents/bitmaskedarray.py 64.45% <0.00%> (-0.79%) ⬇️
src/awkward/_v2/contents/bytemaskedarray.py 78.87% <0.00%> (-0.29%) ⬇️
... and 4 more

Verified

This commit was signed with the committer’s verified signature.
arvidfm Arvid Fahlström Myrman
@jpivarski jpivarski enabled auto-merge (squash) January 13, 2022 01:05
@jpivarski jpivarski merged commit 06e1ca8 into main Jan 13, 2022
@jpivarski jpivarski deleted the jpivarski/remove-v1_to_v2-from-tests branch January 13, 2022 01:32
@jpivarski jpivarski changed the title Removed v1_to_v2 from all v2 tests C++ refactoring: Removed v1_to_v2 from all v2 tests Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant