You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: replace new Array() with array literal in ndarray test
- Replace 'new Array(shape.length+1)' with array literal and length assignment
- Fixes stdlib/no-new-array linting error in test.instance.set_nd.js
- Maintains same functionality while adhering to project coding standards
- Resolves JavaScript linting failure detected in CI workflow
0 commit comments