Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 26, 2023
1 parent 7b908be commit 2befb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion advanced/apply_ufunc/numba-vectorization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@
"execution_count": null,
"id": "138e692e-36bf-45ca-8131-feeb1c1b41c4",
"metadata": {
"tags": []
"tags": [
"raises-exception"
]
},
"outputs": [],
"source": [
Expand Down
1 change: 0 additions & 1 deletion advanced/apply_ufunc/simple_numpy_apply_ufunc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@
},
"source": [
"```{tip} Exercise\n",
":label: trapz\n",
"\n",
"Use `apply_ufunc` to apply `scipy.integrate.trapz` along the `time` axis.\n",
"```\n",
Expand Down

0 comments on commit 2befb26

Please sign in to comment.