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

scatter/gather fail with targets='all' #1723

Closed
minrk opened this issue May 11, 2012 · 0 comments · Fixed by #1724
Closed

scatter/gather fail with targets='all' #1723

minrk opened this issue May 11, 2012 · 0 comments · Fixed by #1724
Assignees
Milestone

Comments

@minrk
Copy link
Member

minrk commented May 11, 2012

dview = rc.direct_view(targets='all')
dview.scatter('x', range(16))

gives:

TypeError: 'a' not valid str target, must be 'all'

Because it is trying to scatter across targets ['a', 'l', 'l'].

Fix coming...

@ghost ghost assigned minrk May 11, 2012
@fperez fperez closed this as completed in 68fa263 May 11, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
fix scatter/gather with targets='all'

closes ipython#1723
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants