Skip to content

Commit a9acd54

Browse files
committed
Delete the unnecessary assignment in quantecon/compute_fp.py
1 parent 117b44f commit a9acd54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantecon/compute_fp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def compute_fixed_point(T, v, error_tol=1e-3, max_iter=50, verbose=2,
120120

121121
# method == 'iteration'
122122
iterate = 0
123-
error = error_tol + 1
124123

125124
if verbose == 2:
126125
start_time = time.time()

0 commit comments

Comments
 (0)