From 23def39806a87cf5d981955e1d31f4c2d4cf8bd7 Mon Sep 17 00:00:00 2001 From: lakue103 <laura.kuehle@uni-duesseldorf.de> Date: Wed, 23 Sep 2020 14:33:04 +0200 Subject: [PATCH] Fixed typo. --- Vectors_of_Polynomials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vectors_of_Polynomials.py b/Vectors_of_Polynomials.py index 767c036..8cbd4b9 100644 --- a/Vectors_of_Polynomials.py +++ b/Vectors_of_Polynomials.py @@ -68,5 +68,5 @@ class AlpertsWavelet(Vector): 0.5 * np.sqrt(7/158) * (32 - 315*eval_point + 960*(eval_point**2) - 1155*(eval_point**3) + 480*(eval_point**4))] - raise ValueError('Invalid value: Albert\'s wavelet is only available \ + raise ValueError('Invalid value: Alpert\'s wavelet is only available \ up to degree 4 for this application') -- GitLab