Skip to content

Commit 3a73d3b

Browse files
author
Murilo M. Marinho
committed
[lesson5] Removing typing from the last bloc.
1 parent f465359 commit 3a73d3b

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

lesson5_tutorial.ipynb

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 1,
50+
"execution_count": 29,
5151
"metadata": {},
5252
"outputs": [],
5353
"source": [
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "code",
72-
"execution_count": 2,
72+
"execution_count": 30,
7373
"metadata": {
7474
"tags": [
7575
"imports"
@@ -158,7 +158,7 @@
158158
},
159159
{
160160
"cell_type": "code",
161-
"execution_count": 3,
161+
"execution_count": 31,
162162
"metadata": {},
163163
"outputs": [],
164164
"source": [
@@ -202,7 +202,7 @@
202202
},
203203
{
204204
"cell_type": "code",
205-
"execution_count": 4,
205+
"execution_count": 32,
206206
"metadata": {},
207207
"outputs": [],
208208
"source": [
@@ -248,7 +248,7 @@
248248
},
249249
{
250250
"cell_type": "code",
251-
"execution_count": 5,
251+
"execution_count": 33,
252252
"metadata": {},
253253
"outputs": [],
254254
"source": [
@@ -281,7 +281,7 @@
281281
},
282282
{
283283
"cell_type": "code",
284-
"execution_count": 6,
284+
"execution_count": 34,
285285
"metadata": {},
286286
"outputs": [
287287
{
@@ -353,7 +353,7 @@
353353
},
354354
{
355355
"cell_type": "code",
356-
"execution_count": 7,
356+
"execution_count": 35,
357357
"metadata": {},
358358
"outputs": [
359359
{
@@ -392,7 +392,7 @@
392392
},
393393
{
394394
"cell_type": "code",
395-
"execution_count": 8,
395+
"execution_count": 36,
396396
"metadata": {},
397397
"outputs": [],
398398
"source": [
@@ -413,7 +413,7 @@
413413
},
414414
{
415415
"cell_type": "code",
416-
"execution_count": 9,
416+
"execution_count": 37,
417417
"metadata": {},
418418
"outputs": [
419419
{
@@ -504,7 +504,7 @@
504504
},
505505
{
506506
"cell_type": "code",
507-
"execution_count": null,
507+
"execution_count": 38,
508508
"metadata": {},
509509
"outputs": [
510510
{
@@ -598,7 +598,7 @@
598598
},
599599
{
600600
"cell_type": "code",
601-
"execution_count": 11,
601+
"execution_count": 39,
602602
"metadata": {},
603603
"outputs": [
604604
{
@@ -688,7 +688,7 @@
688688
},
689689
{
690690
"cell_type": "code",
691-
"execution_count": 12,
691+
"execution_count": 40,
692692
"metadata": {},
693693
"outputs": [],
694694
"source": [
@@ -737,7 +737,7 @@
737737
},
738738
{
739739
"cell_type": "code",
740-
"execution_count": 13,
740+
"execution_count": 41,
741741
"metadata": {},
742742
"outputs": [],
743743
"source": [
@@ -796,7 +796,7 @@
796796
},
797797
{
798798
"cell_type": "code",
799-
"execution_count": 14,
799+
"execution_count": 42,
800800
"metadata": {},
801801
"outputs": [
802802
{
@@ -827,9 +827,9 @@
827827
"print(f\"xd = {xd}\")\n",
828828
"\n",
829829
"# Lists to store the value of each control iteration\n",
830-
"x_tilde_norm_list: list[list]= []\n",
831-
"t_list: list[list] = []\n",
832-
"u_norm_list: list[list] = []\n",
830+
"x_tilde_norm_list = []\n",
831+
"t_list = []\n",
832+
"u_norm_list = []\n",
833833
"\n",
834834
"# Run the controller again for each gain\n",
835835
"for i in range(0, len(etas)):\n",

0 commit comments

Comments
 (0)