Skip to content

adding tests to unzip #21212

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

Closed
wants to merge 5 commits into from
Closed

adding tests to unzip #21212

wants to merge 5 commits into from

Conversation

miguelraz
Copy link
Contributor

No description provided.

~~@StefanKarpinski~~ Julia needs an underling to give this PR a shot. [#13942](#13942).
1. I know I'm clearly missing some important things, but I hope the effort counts. I couldn't find a way to get the rows from the array comprehension...
2. Willing to start over from scratch - any comments/critiques/suggestions more than welcome.
3. I am first trying a MWE with simple structure and inputs. Then I will try to get something that works more generically. Is this a good way to procceed?

[ci skip]

Roadmap:
* Verify each returned array is the same type as the types of the elements
* Verify lengths of all arrays to be unzipped
* Return as a single Array of Arrays or as separate Arrays?
* Remove that `zip is its own inverse` in `@doc zip`?
* Revise documentation phrasing and example
~~@StefanKarpinski~~ Julia needs an underling to give this PR a shot. [#13942](#13942).
1. I know I'm clearly missing some important things, but I hope the effort counts. I couldn't find a way to get the rows from the array comprehension...
2. Willing to start over from scratch - any comments/critiques/suggestions more than welcome.
3. I am first trying a MWE with simple structure and inputs. Then I will try to get something that works more generically. Is this a good way to procceed?

[ci skip]

Roadmap:
* Verify each returned array is the same type as the types of the elements
* Verify lengths of all arrays to be unzipped
* Return as a single Array of Arrays or as separate Arrays?
* Remove that `zip is its own inverse` in `@doc zip`?
* Revise documentation phrasing and example
@miguelraz miguelraz closed this Mar 28, 2017
@miguelraz
Copy link
Contributor Author

miguelraz commented Mar 28, 2017

Sorry, I didn't mean to duplicate an issue, I was just trying to edit my initial PR #21208 and clicking at seemingly unhelpful options.

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.

1 participant