From 97751334d9047f71896d3220a273e0f669c4ee47 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:45:53 +0200 Subject: [PATCH] removed unneccessary cell --- .../demo_analyze_everything_batch.ipynb | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/docs/01_code_usage/01_toolboxes/demo_analyze_everything_batch.ipynb b/docs/01_code_usage/01_toolboxes/demo_analyze_everything_batch.ipynb index f98611ab..4e366b8d 100644 --- a/docs/01_code_usage/01_toolboxes/demo_analyze_everything_batch.ipynb +++ b/docs/01_code_usage/01_toolboxes/demo_analyze_everything_batch.ipynb @@ -1298,30 +1298,6 @@ " print(f'Error processing {row[\"path\"]}: {e}')" ] }, - { - "cell_type": "code", - "execution_count": 122, - "id": "671298b8", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "0 0.000004\n", - "1 0.000003\n", - "2 0.000008\n", - "Name: Gauss_Bonnet_relative_error, dtype: float64" - ] - }, - "execution_count": 122, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "df_over_time['Gauss_Bonnet_relative_error']" - ] - }, { "cell_type": "code", "execution_count": 76,