From 09c0d4e324c0fa00467c4880c60b5eec44f4a67e Mon Sep 17 00:00:00 2001
From: didihou <didi.hou@rwth-aachen.de>
Date: Sat, 23 Mar 2024 14:56:56 +0100
Subject: [PATCH] removed the print cell of python version

---
 M2E_statistical_test.ipynb | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/M2E_statistical_test.ipynb b/M2E_statistical_test.ipynb
index 5683948..705867b 100644
--- a/M2E_statistical_test.ipynb
+++ b/M2E_statistical_test.ipynb
@@ -22,17 +22,6 @@
     "data_path = os.path.abspath(\"simulations\")"
    ]
   },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "7d8e36f4-8918-456f-8324-c4fefd141848",
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "import sys\n",
-    "print(\"Python version:\", sys.version)"
-   ]
-  },
   {
    "cell_type": "code",
    "execution_count": null,
-- 
GitLab