We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe74b8 commit f01ccd2Copy full SHA for f01ccd2
lectures/career.md
@@ -288,7 +288,7 @@ def solve_model(cw,
288
T, _ = operator_factory(cw, parallel_flag=use_parallel)
289
290
# Set up loop
291
- v = np.full((cw.grid_size, cw.grid_size), 100) # Initial guess
+ v = np.full((cw.grid_size, cw.grid_size), 100.) # Initial guess
292
i = 0
293
error = tol + 1
294
@@ -519,4 +519,3 @@ In the new figure, you see that the region for which the worker
519
stays put has grown because the distribution for $\epsilon$
520
has become more concentrated around the mean, making high-paying jobs
521
less realistic.
522
-
0 commit comments