From c1900edabbc215b5d5e57eecdc40b655926f2379 Mon Sep 17 00:00:00 2001 From: akrtws <42371947+AngelaKTE@users.noreply.github.com> Date: Thu, 4 Mar 2021 20:16:54 +0100 Subject: [PATCH] Update NB1-PoolExploration-0x8b6-V1.0.ipynb - sanity check w/ new .json file - tiny fixes --- NB1-PoolExploration-0x8b6-V1.0.ipynb | 55 ++-------------------------- 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/NB1-PoolExploration-0x8b6-V1.0.ipynb b/NB1-PoolExploration-0x8b6-V1.0.ipynb index c5251f1..0a37dbd 100644 --- a/NB1-PoolExploration-0x8b6-V1.0.ipynb +++ b/NB1-PoolExploration-0x8b6-V1.0.ipynb @@ -267,7 +267,7 @@ "\n", "p_df = post_processing(df, include_spot_prices=False)\n", "\n", - "p_df.head()" + "p_df.tail()" ] }, { @@ -339,13 +339,6 @@ "fig.show() " ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "markdown", "metadata": {}, @@ -391,10 +384,10 @@ "outputs": [], "source": [ "#Pool Shares\n", - "fig = px.line(ps, x=p_df.timestep,y=p_df.pool_shares)\n", + "fig = px.line(p_df, x=p_df.timestep,y=p_df.pool_shares)\n", "fig.update_layout(height=300, width=1000, title_text='Pool Shares (BPT)')\n", "fig.update_xaxes(title_text='timestep')\n", - "fig.update_yaxes(title_text='pool shares in #', range=[99.985,101.00])\n", + "fig.update_yaxes(title_text='pool shares in #', range=[-0.05,102.00])\n", "fig.show()" ] }, @@ -501,13 +494,6 @@ "fig.show()" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "markdown", "metadata": {}, @@ -528,20 +514,6 @@ "print(actions)" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "code", "execution_count": null, @@ -556,27 +528,6 @@ "fig.update_xaxes(rangeslider_visible=True)\n", "fig.show()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {