Skip to content

Incorrect fixture import path in dtrsv #11452

@DivitJain26

Description

@DivitJain26

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

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions