From e35980f896b03e0bea8185adaca8219946b2a829 Mon Sep 17 00:00:00 2001 From: ncguilbeault Date: Tue, 21 Jan 2025 14:09:12 +0000 Subject: [PATCH] Update class name to reflect file name --- src/Bonsai.ML.Torch/Index/SingleIndex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bonsai.ML.Torch/Index/SingleIndex.cs b/src/Bonsai.ML.Torch/Index/SingleIndex.cs index 9b3ec641..e2f5decd 100644 --- a/src/Bonsai.ML.Torch/Index/SingleIndex.cs +++ b/src/Bonsai.ML.Torch/Index/SingleIndex.cs @@ -12,7 +12,7 @@ namespace Bonsai.ML.Torch.Index; [Combinator] [Description("Represents an index that selects a single value of a tensor.")] [WorkflowElementCategory(ElementCategory.Source)] -public class CreateTensorIndexSingle +public class SingleIndex { /// /// Gets or sets the index value used to select a single element from a tensor.