Skip to content

Commit 5073452

Browse files
Drop "much"/"very" in data-race spread paragraph
Address jstac review: keep language plain and avoid leaning on a figure that varies between runs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 284cd96 commit 5073452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/numba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ ax.legend()
863863
plt.show()
864864
```
865865

866-
Both bands are centered on $\pi$, but the band associated with the data race is much wider than the other one and narrows very slowly as the sample size grows.
866+
Both bands are centered on $\pi$, but the band associated with the data race is wider than the other one and narrows slowly as the sample size grows.
867867

868868
The other safe option is the one from {ref}`numba_ex3`: draw the points before the loop so that the parallel loop only reads from memory.
869869

0 commit comments

Comments
 (0)