From 82de64582766a4bf7728b52cc4948ec229183765 Mon Sep 17 00:00:00 2001 From: Luise Nagel <51903755+Luise-Nagel@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:40:54 +0200 Subject: [PATCH 1/2] Fix SyntaxWarning: invalid escape sequence \h in CEEMDAN.py docstring --- PyEMD/CEEMDAN.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyEMD/CEEMDAN.py b/PyEMD/CEEMDAN.py index 0761bfa..95e6982 100644 --- a/PyEMD/CEEMDAN.py +++ b/PyEMD/CEEMDAN.py @@ -19,7 +19,7 @@ class CEEMDAN: - """ + r""" **"Complete Ensemble Empirical Mode Decomposition with Adaptive Noise"** "Complete ensemble empirical mode decomposition with adaptive From 903a146f92375687ba2f42690db9975bd087a45f Mon Sep 17 00:00:00 2001 From: Luise Nagel <51903755+Luise-Nagel@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:41:45 +0200 Subject: [PATCH 2/2] Fix SyntaxWarning: invalid escape sequence \h in EEMDAN.py docstring --- PyEMD/EEMD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyEMD/EEMD.py b/PyEMD/EEMD.py index e4ebe2b..075b949 100644 --- a/PyEMD/EEMD.py +++ b/PyEMD/EEMD.py @@ -22,7 +22,7 @@ class EEMD: - """ + r""" **Ensemble Empirical Mode Decomposition** Ensemble empirical mode decomposition (EEMD) [Wu2009]_