From 93e71e92cb562a225eb451a0d5343602d9d0f419 Mon Sep 17 00:00:00 2001 From: tjstienstra Date: Fri, 29 Mar 2024 13:02:38 +0100 Subject: [PATCH] Revert accidental changes --- docs/tutorials/my_first_bicycle.ipynb | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/tutorials/my_first_bicycle.ipynb b/docs/tutorials/my_first_bicycle.ipynb index 19634dcd..e46ca240 100644 --- a/docs/tutorials/my_first_bicycle.ipynb +++ b/docs/tutorials/my_first_bicycle.ipynb @@ -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, @@ -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", @@ -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": { @@ -959,7 +938,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.7" + "version": "3.11.8" } }, "nbformat": 4,