Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Jul 26, 2024
1 parent f9e43a6 commit be00d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/test/nx/vectorize_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ defmodule Nx.VectorizeTest do
end

test "simple cond" do
# this tests the case where we have a two vectorized predicates
# this tests the case where we have two vectorized predicates
pred1 = Nx.vectorize(~VEC[1 0 0], :pred)
pred2 = Nx.vectorize(~VEC[0 0 0], :pred)

Expand Down

0 comments on commit be00d86

Please sign in to comment.