Skip to content

Commit 6358fd4

Browse files
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 tests
1 parent b92e6c4 commit 6358fd4

7 files changed

Lines changed: 391 additions & 385 deletions

File tree

0 commit comments

Comments
 (0)