Description
In lib/node_modules/@stdlib/blas/base/dtrsv/test/test.ndarray.js, the fixture import on line 65 references an incorrect file name.
Current line:
var csa1nsa2n = require( './fixtures/column_major_sa1_sa2n.json' );
However, the correct fixture file name should be:
var csa1nsa2n = require( './fixtures/column_major_sa1n_sa2n.json' );
This appears to be a typo in the fixture name (sa1 vs sa1n), which can lead to module resolution errors or incorrect test behavior.
Related Issues
Related issues # , # , and # .
Questions
No.
Demo
No response
Reproduction
- Navigate to lib/node_modules/@stdlib/blas/base/dtrsv/test/test.ndarray.js
- Go to line 65
- Observe the fixture import path
- Compare it with the actual file name inside the fixtures directory
Expected Results
./fixtures/column_major_sa1n_sa2n.json
Actual Results
./fixtures/column_major_sa1_sa2n.json
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
Description
In
lib/node_modules/@stdlib/blas/base/dtrsv/test/test.ndarray.js, the fixture import on line 65 references an incorrect file name.Current line:
However, the correct fixture file name should be:
This appears to be a typo in the fixture name (sa1 vs sa1n), which can lead to module resolution errors or incorrect test behavior.
Related Issues
Related issues # , # , and # .
Questions
No.
Demo
No response
Reproduction
Expected Results
Actual Results
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist