Skip to content

Commit ea9f9f3

Browse files
committed
fix a minor bug
1 parent cbabc16 commit ea9f9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/unpleasant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def simulate(m0, model, length=15, p0_guess=1):
400400
T = model.T
401401
402402
# (pt, mt, bt, Rt)
403-
路径 = np.empty((4, length))
403+
paths = np.empty((4, length))
404404
405405
# 公开市场操作
406406
p0 = compute_fixed_point(m0, 1, model)

0 commit comments

Comments
 (0)