Skip to content

Commit

Permalink
Do not skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Nov 28, 2023
1 parent 92ca050 commit a882676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burn-autodiff/src/tests/transpose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ mod tests {
}

#[test]
#[cfg(not(feature = "accelerate"))]
fn should_diff_swap_dims() {
let tensor_1 =
TestAutodiffTensor::from_floats([[[0.0, 1.0], [3.0, 4.0]], [[6.0, 7.0], [9.0, 10.0]]])
Expand Down

0 comments on commit a882676

Please sign in to comment.