From 680567cafabaec17279855b292b2379ab3472144 Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Thu, 8 Feb 2018 23:38:26 -0500 Subject: [PATCH] Clarification that scipy and "lambda" versions have the same edge behaviour --- Lectures/L16_FunctProgContinued/A2Examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lectures/L16_FunctProgContinued/A2Examples.py b/Lectures/L16_FunctProgContinued/A2Examples.py index db53c6c6..6f60fa9c 100644 --- a/Lectures/L16_FunctProgContinued/A2Examples.py +++ b/Lectures/L16_FunctProgContinued/A2Examples.py @@ -18,7 +18,7 @@ print(c2.eval(6.5)) PlotCurve(c2, 5) #PlotCurve(c, 50) will look strange because of edge effects -#although scipy interp1d is "smart" enough to sort this out +#The scipy and the "lambda" version have the same problem Load('glass.csv') -- GitLab