Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 13, 2024
1 parent 7549686 commit 48b088c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion exla/test/exla/defn/vectorize_test.exs
Expand Up @@ -333,7 +333,15 @@ defmodule EXLA.Defn.VectorizeTest do

test "2 vectorized preds with different axes" do
assert_equal(
cond4(Nx.vectorize(~VEC[0 1 0], :pred1), 10, Nx.vectorize(~VEC[1 0], :pred2), 20, 0, 30, 40),
cond4(
Nx.vectorize(~VEC[0 1 0], :pred1),
10,
Nx.vectorize(~VEC[1 0], :pred2),
20,
0,
30,
40
),
Nx.vectorize(~MAT[
20 40
10 10
Expand Down

0 comments on commit 48b088c

Please sign in to comment.