Browse Source

Changed pickle protocol for better compatibility

Jan Yperman 3 years ago
parent
commit
16ef1b96ba
2 changed files with 18 additions and 3 deletions
  1. BIN
      code/apen_cache.p
  2. 18 3
      code/sample_use_case.ipynb

BIN
code/apen_cache.p


+ 18 - 3
code/sample_use_case.ipynb

@@ -73,7 +73,22 @@
    "cell_type": "code",
    "execution_count": 2,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Linking timeseries\n"
+     ]
+    },
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "100%|██████████| 4013/4013 [00:32<00:00, 124.40it/s]\n"
+     ]
+    }
+   ],
    "source": [
     "cached_mep_path = './mep.p'\n",
     "cached_edss_path = './edss.p'\n",
@@ -1276,7 +1291,7 @@
     "Each subplot is a **test** (with a given anatomy and side)<br>\n",
     "Each plot in the subplot is a **measurement**<br>\n",
     "<br>\n",
-    "This is the way these plots are usually shown to the neurologists. When presenting to them, **make sure to keep the scaling the same or mention it explicitly if that's not the case!**"
+    "This is the way these plots are usually shown to the neurologists."
    ]
   },
   {
@@ -7229,7 +7244,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.7.4"
+   "version": "3.8.8"
   },
   "toc": {
    "base_numbering": 1,