Commit 6358fd4
committed
fix: correct assertion syntax and API usage in edge case tests
- Convert TUnit Assert.That().IsEqualTo() to MSTest Assert.AreEqual()
- Fix np.arange dtype parameter (use .astype() instead)
- Fix np.zeros/ones boolean syntax (use generic np.zeros<bool>)
- Fix np.full parameter order (fill_value, shape)
- Fix scalar dtype checks in ArgMax/ArgMin tests1 parent b92e6c4 commit 6358fd4
7 files changed
Lines changed: 391 additions & 385 deletions
File tree
- test/NumSharp.UnitTest/NumPyPortedTests
0 commit comments