Skip to content

Commit 8572873

Browse files
committed
Renable failing test
1 parent 2c7fb88 commit 8572873

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

burn-autodiff/src/tests/transpose.rs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mod tests {
2323
}
2424

2525
#[test]
26-
#[cfg(not(feature = "accelerate"))]
2726
fn should_diff_swap_dims() {
2827
let tensor_1 =
2928
TestAutodiffTensor::from_floats([[[0.0, 1.0], [3.0, 4.0]], [[6.0, 7.0], [9.0, 10.0]]])

0 commit comments

Comments
 (0)