From be00d8618c6d873bd31b77c11ad65cc23637c4a5 Mon Sep 17 00:00:00 2001 From: preciz Date: Fri, 26 Jul 2024 04:59:31 +0200 Subject: [PATCH] Fix typo --- nx/test/nx/vectorize_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/test/nx/vectorize_test.exs b/nx/test/nx/vectorize_test.exs index 683e8f4ed9..36819460fa 100644 --- a/nx/test/nx/vectorize_test.exs +++ b/nx/test/nx/vectorize_test.exs @@ -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)