Skip to content

Commit a362166

Browse files
committed
30 / 50 : specify argument keyword to prevent error
1 parent 01a621e commit a362166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

30_num_int/50_exp_cos.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"metadata": {},
141141
"outputs": [],
142142
"source": [
143-
"i_simpson = si.simpson(y1, theta_1_rad)\n",
143+
"i_simpson = si.simpson(y1, x=theta_1_rad)\n",
144144
"i_simpson\n",
145145
"\n"
146146
]

0 commit comments

Comments
 (0)