From 0310f4c9bd98b539cc0b4b6d3b6f3a6941199e0c Mon Sep 17 00:00:00 2001 From: monj <monj@dtu.dk> Date: Thu, 5 Aug 2021 15:47:47 +0000 Subject: [PATCH] Update ST2D_exercise_withSolutions.ipynb --- ST2D_exercise_withSolutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ST2D_exercise_withSolutions.ipynb b/ST2D_exercise_withSolutions.ipynb index 76b7783..6885be6 100644 --- a/ST2D_exercise_withSolutions.ipynb +++ b/ST2D_exercise_withSolutions.ipynb @@ -401,7 +401,7 @@ } ], "source": [ - "filename = './example_data_2D/OCT_im_org.png';\n", + "filename = './example_data_2D/oct_im_org.png';\n", "sigma = 0.5\n", "\n", "interact(st_and_hists, sigma = fixed(sigma), rho = (0,10,1), filename = fixed(filename));" -- GitLab