From 978565204fd5a7bf549bc68b52a0b4057f340644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sat, 24 May 2025 17:17:02 +0200 Subject: [PATCH] missing esc r --- src/hyperactive/experiment/toy/_parabola.py | 2 +- src/hyperactive/experiment/toy/_sphere.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hyperactive/experiment/toy/_parabola.py b/src/hyperactive/experiment/toy/_parabola.py index e573bd87..40893524 100644 --- a/src/hyperactive/experiment/toy/_parabola.py +++ b/src/hyperactive/experiment/toy/_parabola.py @@ -5,7 +5,7 @@ class Parabola(BaseExperiment): - """2D parabola, common benchmark for optimization algorithms. + r"""2D parabola, common benchmark for optimization algorithms. Parabola parameterized by the formula: diff --git a/src/hyperactive/experiment/toy/_sphere.py b/src/hyperactive/experiment/toy/_sphere.py index ceb94cc1..afb1493a 100644 --- a/src/hyperactive/experiment/toy/_sphere.py +++ b/src/hyperactive/experiment/toy/_sphere.py @@ -7,7 +7,7 @@ class Sphere(BaseExperiment): - """Simple Sphere function, common benchmark for optimization algorithms. + r"""Simple Sphere function, common benchmark for optimization algorithms. Sphere function parameterized by the formula: