Skip to content

Commit

Permalink
30 / 50 : specify argument keyword to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
beachdweller committed Dec 13, 2024
1 parent 5fefc69 commit ea33cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 30_num_int/50_exp_cos.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"metadata": {},
"outputs": [],
"source": [
"i_simpson = si.simpson(y1, theta_1_rad)\n",
"i_simpson = si.simpson(y1, x=theta_1_rad)\n",
"i_simpson\n",
"\n"
]
Expand Down

0 comments on commit ea33cec

Please sign in to comment.