python-librosa/remove-hanning-from-tests.patch

22 lines
610 B
Diff

From 2f4f68869b708e8e5dca3a4b64ac59fc86dcb2a1 Mon Sep 17 00:00:00 2001
From: Brian McFee <brian.mcfee@nyu.edu>
Date: Fri, 5 Aug 2022 12:10:28 -0400
Subject: [PATCH] removed hanning from tests, fixes #1547
---
tests/test_filters.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/test_filters.py b/tests/test_filters.py
index 14c2f1dea5..59e351d3e0 100644
--- a/tests/test_filters.py
+++ b/tests/test_filters.py
@@ -226,7 +226,6 @@ def test_chroma_issue1295(freq):
"flattop",
"hamming",
"hann",
- "hanning",
"nuttall",
"parzen",
"triang",