Skip to content

Commit

Permalink
Fix rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Dec 4, 2024
1 parent 5e097f4 commit dc505fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/worker/src/execution/operators/normalize_vectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod tests {
let expected_output = NormalizeVectorOperatorOutput {
_normalized_vectors: vec![
vec![0.26726124, 0.5345225, 0.8017837],
vec![0.45584232, 0.5698029, 0.6837635],
vec![0.45584232, 0.5698029, 0.68376344],
vec![0.5025707, 0.5743665, 0.64616233],
],
};
Expand Down

0 comments on commit dc505fe

Please sign in to comment.