From 6f134ab64d548415b7e6d75f053154008b7a9a71 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Sat, 29 Jun 2024 19:32:06 +0200 Subject: [PATCH] fix example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7657db..38c03ce 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ pip install surfaces ```python import numpy as np -from surfaces.mathematical_functions import SphereFunction, AckleyFunction +from surfaces.test_functions.mathematical import SphereFunction, AckleyFunction from surfaces.visualize import plotly_surface