From 860e01564861688d797c18727e43c8da8532ef1f Mon Sep 17 00:00:00 2001 From: programarivm Date: Mon, 23 Dec 2024 18:43:47 +0100 Subject: [PATCH] Updated Chess\SanSignal --- src/SanSignal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SanSignal.php b/src/SanSignal.php index 79d83ac61..7dda9deaa 100644 --- a/src/SanSignal.php +++ b/src/SanSignal.php @@ -68,7 +68,7 @@ public function __construct( } $this->result[] = $items; $spectrumComponent = $this->normalize(-1, 1, $items); - $this->spectrumComponent[] = $this->normalize(-1, 1, $items); + $this->spectrumComponent[] = $spectrumComponent; $this->spectrum[] = round(array_sum($spectrumComponent), 2); } }