From 33c3982aa6525cbf34275cd50702cf2540f1aab1 Mon Sep 17 00:00:00 2001
From: Benjamin Berkels <berkels@aices.rwth-aachen.de>
Date: Fri, 4 Jun 2021 19:35:24 +0200
Subject: [PATCH] removed redundant output

---
 exp-355.ipynb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exp-355.ipynb b/exp-355.ipynb
index 373e339..33a9e9c 100644
--- a/exp-355.ipynb
+++ b/exp-355.ipynb
@@ -83,7 +83,6 @@
       "metadata": {},
       "source": [
         "alpha_index = np.argmin(np.abs(discrepancy-epsilon_a))\n",
-        "display(Math(rf\"\\alpha_d = {alphas[alpha_index]}\"))\n",
         "\n",
         "j = np.arange(1, n+1)\n",
         "plt.title(rf\"Tikhonov, $\\alpha_d$ = {alphas[alpha_index]}\")\n",
-- 
GitLab