We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84545b6 + ab1d256 commit a3f0b57Copy full SHA for a3f0b57
1 file changed
src/NumSharp.Core/NdArray.cs
@@ -77,7 +77,7 @@ public NDArray(Array values ) : this(values.GetType().GetElementType())
77
{
78
case 1 :
79
80
-
+ Storage.SetData(values);
81
break;
82
}
83
0 commit comments