Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44973c6

Browse files
author
denfromufa
authored
Update README.md
pythonnet#249
1 parent 5aca5cb commit 44973c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ static void Main(string[] args)
4343
Console.WriteLine(sin(5));
4444
double c = np.cos(5) + sin(5);
4545
Console.WriteLine(c);
46+
/* this block is temporarily disabled due to regression
4647
dynamic a = np.array(new List<float> { 1, 2, 3 });
4748
dynamic b = np.array(new List<float> { 6, 5, 4 }, Py.kw("dtype", np.int32));
4849
Console.WriteLine(a.dtype);
4950
Console.WriteLine(b.dtype);
5051
Console.WriteLine(a * b);
52+
*/
5153
Console.ReadKey();
5254
}
5355
}

0 commit comments

Comments
 (0)