Skip to content

Commit

Permalink
sync q1q4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jul 24, 2024
1 parent 1ab06a6 commit eb66339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions store/file/q1q4_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ func CreateQ1Q4File(path string, roots *share.AxisRoots, eds *rsmt2d.ExtendedDat
return nil, fmt.Errorf("flushing Q4: %w", err)
}

err = ods.fl.Sync()
if err != nil {
return nil, fmt.Errorf("syncing file: %w", err)
}

return &Q1Q4File{
ods: ods,
}, nil
Expand Down

0 comments on commit eb66339

Please sign in to comment.