Skip to content

Commit d0e0392

Browse files
committed
fix cattle_cycles
1 parent 1c059fc commit d0e0392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lectures/cattle_cycles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ c2 = np.array([[0, 0, 0],
270270
[0, 1, 0],
271271
[0, 0, 15]])
272272
273+
πh = πh.item()
273274
ub = np.array([[πh * a0, 0, 0, πh]])
274275
uh = np.array([[50, 1, 0, 0]])
275276
um = np.array([[100, 0, 1, 0]])

0 commit comments

Comments
 (0)