Skip to content

Commit

Permalink
fix gatter typo (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfd committed Dec 1, 2023
1 parent ab1b589 commit 4d79449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burn-tensor/src/tests/clone_invariance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ mod tests {
}
);
clone_invariance_test!(
unary: Gatter,
unary: Gather,
ops_float: |tensor: TestTensor<2>| {
let shape = tensor.shape();
let indices = TestTensorInt::ones(shape);
Expand Down Expand Up @@ -617,7 +617,7 @@ mod tests {
}
);
clone_invariance_test!(
unary: Gatter,
unary: Gather,
ops_int: |tensor: TestTensorInt<2>| {
let shape = tensor.shape();
let indices = TestTensorInt::ones(shape);
Expand Down

0 comments on commit 4d79449

Please sign in to comment.