Skip to content

Commit

Permalink
Removes println
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Mar 6, 2025
1 parent e1b0039 commit 4264ffb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/burn-tensor/src/tests/ops/maxmin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ mod tests {
#[test]
fn test_sum_dim_reshape_maybe_fused() {
let tensor = TestTensorInt::arange(0..9, &Default::default()).float();
println!("{tensor}");
TestBackend::sync(&tensor.device());

let output = (tensor.reshape([3, 3]) + 2);
Expand Down

0 comments on commit 4264ffb

Please sign in to comment.