From eb2646fb3225515b3d7bab0e151c7e64a79f8113 Mon Sep 17 00:00:00 2001
From: Vedrana <vand@dtu.dk>
Date: Mon, 27 Apr 2020 02:04:40 +0200
Subject: [PATCH] 3d notebook update

---
 .gitignore                       |  2 +-
 StructureTensor3D_Examples.ipynb | 12 ++----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index 409aeec..eeb514c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-__pycache__/**
+__pycache__
 .ipynb_checkpoints
diff --git a/StructureTensor3D_Examples.ipynb b/StructureTensor3D_Examples.ipynb
index f44fe22..765232f 100644
--- a/StructureTensor3D_Examples.ipynb
+++ b/StructureTensor3D_Examples.ipynb
@@ -31,17 +31,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 2,
+   "execution_count": 9,
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "(150, 150, 150)\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "volume = scipy.io.loadmat('example_data_3D/multi_cube.mat')['vol']\n",
     "print(volume.shape)"
-- 
GitLab