plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 38d27e6569be1e39c050f160524727d6dc753c41
parent 114daf91aebfb98be19f5006d471a259db7e7120
Author: gstraube <gstraube@mailbox.org>
Date:   Mon, 18 Oct 2021 17:52:11 +0200

Adjust test case

Signed-off-by: gstraube <gstraube@mailbox.org>

Diffstat:
Mapp/src/test/java/com/github/cythara/PitchComparatorTest.java | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/test/java/com/github/cythara/PitchComparatorTest.java b/app/src/test/java/com/github/cythara/PitchComparatorTest.java @@ -30,7 +30,7 @@ public class PitchComparatorTest { Map<Float, PitchDifference> expectations = new HashMap<>(); expectations.put(20f, new PitchDifference(E2, -2451.3202694972874)); - expectations.put(500f, new PitchDifference(E4, 721.3071582323822)); + expectations.put(332f, new PitchDifference(E4, 12.415661386718076)); expectations.put(197.67f, new PitchDifference(G3, 14.705999652460953)); expectations.put(128.415f, new PitchDifference(D3, -232.0232233030192));