Commit 3688217
committed
Add test for invalid unary arcsin operation
Expand test_unary in tests/test_expr.py to assert that calling np.arcsin on the symbolic x raises a TypeError. This adds coverage for invalid unary operations to ensure the code properly reports type errors for unsupported operand types.1 parent b4d45b1 commit 3688217
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
0 commit comments