Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: test description
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
  - task: lint_filenames
    status: passed
  - task: lint_editorconfig
    status: passed
  - task: lint_markdown
    status: na
  - task: lint_package_json
    status: na
  - task: lint_repl_help
    status: na
  - task: lint_javascript_src
    status: na
  - task: lint_javascript_cli
    status: na
  - task: lint_javascript_examples
    status: na
  - task: lint_javascript_tests
    status: na
  - task: lint_javascript_benchmarks
    status: na
  - task: lint_python
    status: na
  - task: lint_r
    status: na
  - task: lint_c_src
    status: na
  - task: lint_c_examples
    status: na
  - task: lint_c_benchmarks
    status: na
  - task: lint_c_tests_fixtures
    status: na
  - task: lint_shell
    status: na
  - task: lint_typescript_declarations
    status: na
  - task: lint_typescript_tests
    status: passed
  - task: lint_license_headers
    status: passed
---
  • Loading branch information
Shabareesh Shetty authored and Shabareesh Shetty committed Aug 10, 2025
commit beba4c0d73808d51be26730373d4826730c129b1
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/zher/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ import zher = require( './index' );
zher.ndarray( 'lower', 10, 1.0, x, 1, 0, ( x: number ): number => x, 3, 1, 0 ); // $ExpectError
}

// The compiler throws an error if the function is provided a eighth argument which is not a number...
// The compiler throws an error if the function is provided an eighth argument which is not a number...
{
const x = new Complex128Array( 10 );
const A = new Complex128Array( 20 );
Expand Down