Skip to content

Commit 641e6e3

Browse files
authored
Erratum: use ar.result() in 5.3
1 parent cb4849f commit 641e6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter5/53-parallel.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@
220220
"output_type": "execute_result"
221221
}
222222
],
223-
"source": "pi(np.sum(ar.result), n)"
223+
"source": "pi(np.sum(ar.result()), n)"
224224
}
225225
],
226226
"metadata": {},
227227
"nbformat": 4,
228228
"nbformat_minor": 0
229-
}
229+
}

0 commit comments

Comments
 (0)