Skip to content

Commit

Permalink
Updated Chess\SanSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 23, 2024
1 parent 6486600 commit 860e015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SanSignal.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 860e015

Please sign in to comment.