Skip to content

Commit

Permalink
Fixed typo in introductory example
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Oct 7, 2020
1 parent 3f67f24 commit 8219172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/introduction_to_pyoscode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
"outputs": [],
"source": [
"t = np.linspace(0, 40, 5000)\n",
"w = np.sqrt(t_num)\n",
"w = np.sqrt(t)\n",
"g = np.zeros_like(t)"
]
},
Expand Down

0 comments on commit 8219172

Please sign in to comment.