Skip to content

Commit

Permalink
Revert accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstienstra committed Mar 29, 2024
1 parent 2953ec8 commit 93e71e9
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions docs/tutorials/my_first_bicycle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@
"A reason why you may want to call each of these methods manually in order is that you would like to intervene. For example, you may want to change a symbol as done below."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"bicycle_def.rear_tire.compute_normal_force = True\n",
"bicycle_def.front_tire.compute_normal_force = True"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -214,9 +204,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"metadata": {},
"source": [
"Congratulations you've just created your first bicycle model using BRiM!\n",
"\n",
Expand Down Expand Up @@ -645,15 +633,6 @@
"}"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"uaux_zero = dict.fromkeys(system_def.u_aux.diff(me.dynamicsymbols._t).col_join(system_def.u_aux), 0)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -959,7 +938,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 93e71e9

Please sign in to comment.