Skip to content

Commit

Permalink
Update class name to reflect file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jan 21, 2025
1 parent 7f693a5 commit d2cada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bonsai.ML.Torch/Index/SingleIndex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/// <summary>
/// Gets or sets the index value used to select a single element from a tensor.
Expand Down

0 comments on commit d2cada1

Please sign in to comment.