Skip to content

Commit 47fb7e4

Browse files
committed
Remove print
1 parent a4cc6a0 commit 47fb7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/burn-tensor/src/tests/quantization/ops/aggregation.rs

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ mod tests {
130130
QTensor::<TestBackend, 2>::int8_affine([[2.0, 0.0, 2.0], [3.0, 4.0, 5.0]]);
131131
let output = tensor_with_zero.prod();
132132

133-
println!("wut");
134133
output
135134
.dequantize()
136135
.into_data()

0 commit comments

Comments
 (0)