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

Partition [wip] #75

Closed
wants to merge 1 commit into from
Closed

Partition [wip] #75

wants to merge 1 commit into from

Conversation

tmcw
Copy link
Member

@tmcw tmcw commented Aug 18, 2014

Right now this falls into a fairly serious problem - if you have an
array of length=4 and want 3 chunks, it's not possible to get 3 chunks
with the chunk() underlying function, since the input must be integer,
1 will give 4 and 2 will give 2.

So, we either need to change the expectation for the function, saying
that it will aim for the desired number of partitions, or not use
chunk() under this.

Right now this falls into a fairly serious problem - if you have an
array of length=4 and want 3 chunks, it's not possible to get 3 chunks
with the `chunk()` underlying function, since the input must be integer,
1 will give 4 and 2 will give 2.

So, we either need to change the expectation for the function, saying
that it will _aim_ for the desired number of partitions, or not use
`chunk()` under this.
@tmcw tmcw mentioned this pull request Aug 18, 2014
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.02%) when pulling f9c2233 on partition into c34c4f9 on master.

@tmcw
Copy link
Member Author

tmcw commented Jul 12, 2015

Closing: needs a better defined problem.

@tmcw tmcw closed this Jul 12, 2015
@tmcw tmcw deleted the partition branch November 7, 2015 19:18
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

2 participants