diff --git a/src/Plugin/views/sort/AISorting.php b/src/Plugin/views/sort/AISorting.php index 91136f9..8b918d8 100644 --- a/src/Plugin/views/sort/AISorting.php +++ b/src/Plugin/views/sort/AISorting.php @@ -104,7 +104,7 @@ public function query() { $time_window_seconds = $this->options['time_window_seconds']; } - $scores = $this->experimentManager->getThompsonScoresWithWindow( + $scores = $this->experimentManager->getThompsonScores( $experiment_uuid, $time_window_seconds );