Skip to content

Commit

Permalink
Erratum: use ar.result() in 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rossant committed Apr 18, 2017
1 parent cb4849f commit 641e6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter5/53-parallel.ipynb
Expand Up @@ -220,10 +220,10 @@
"output_type": "execute_result"
}
],
"source": "pi(np.sum(ar.result), n)"
"source": "pi(np.sum(ar.result()), n)"
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 641e6e3

Please sign in to comment.