Skip to content

Commit 88bff63

Browse files
Tom's April 25 edits of importance sample lecture
1 parent 7e1378b commit 88bff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/imp_sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ g = jit(lambda w: p(w, G_a, G_b))
8686
```
8787

8888
```{code-cell} ipython3
89-
w_range = np.linspace(1e-5, 1-1e-5, 1000)
89+
w_range = np.linspace(1e-2, 1-1e-5, 1000)
9090
9191
plt.plot(w_range, g(w_range), label='g')
9292
plt.plot(w_range, f(w_range), label='f')

0 commit comments

Comments
 (0)