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

Allow unzip to return JLArray #759

Merged
merged 4 commits into from
Dec 1, 2023
Merged

Allow unzip to return JLArray #759

merged 4 commits into from
Dec 1, 2023

Conversation

oxinabox
Copy link
Member

I do not know if this is the correct fix, this is just allowing it to return either.
Some change upstream i think in julia itself (since this test only failed in 1.x not in 1.6) changed something that cause this to now return a JLArray not a ReinterprettedArray.
But I think that's fine, good even.
But idk. @mcabbott ?

@oxinabox oxinabox requested a review from mcabbott November 24, 2023 03:47
test/unzipped.jl Outdated Show resolved Hide resolved
test/unzipped.jl Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@oxinabox
Copy link
Member Author

Can anyone review this please?

Copy link
Member

@mcabbott mcabbott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine... I managed to get both types by ] up, so it's not just Julia version, but maybe something in the many GPU packages.

test/unzipped.jl Outdated Show resolved Hide resolved
Co-authored-by: Michael Abbott <[email protected]>
@oxinabox oxinabox merged commit 40b9058 into main Dec 1, 2023
7 of 10 checks passed
@oxinabox oxinabox deleted the ox/fix_unzip_ci branch December 1, 2023 05:15
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.

2 participants