Skip to content

Commit f01ccd2

Browse files
mmckyoyamad
andauthored
Update lectures/career.md
Co-authored-by: Daisuke Oyama <oyama@e.u-tokyo.ac.jp>
1 parent 8fe74b8 commit f01ccd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/career.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def solve_model(cw,
288288
T, _ = operator_factory(cw, parallel_flag=use_parallel)
289289
290290
# Set up loop
291-
v = np.full((cw.grid_size, cw.grid_size), 100) # Initial guess
291+
v = np.full((cw.grid_size, cw.grid_size), 100.) # Initial guess
292292
i = 0
293293
error = tol + 1
294294
@@ -519,4 +519,3 @@ In the new figure, you see that the region for which the worker
519519
stays put has grown because the distribution for $\epsilon$
520520
has become more concentrated around the mean, making high-paying jobs
521521
less realistic.
522-

0 commit comments

Comments
 (0)