Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Largo sort #149

Merged
merged 10 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
mzur committed Jan 12, 2024
commit 0c9aa7800d9f841881dc99555143b4d936b15cb9
2 changes: 1 addition & 1 deletion src/Jobs/GenerateAnnotationFeatureVectors.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function handle()
});

$insert = [];
foreach ($this->readOuputCsv($outputPath) as $row) {
foreach ($this->readOutputCsv($outputPath) as $row) {
$insert[] = [
'id' => $row[0],
'job_id' => $this->job->id,
Expand Down
Loading