docs: improve doctests for ndarray instances in ndarray/dcusum#9772
Conversation
---
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: passed
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: passed
- 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: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
PR Commit MessagePlease review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#9772 Ref: stdlib-js#9329 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Progresses #9329 .
Description
This pull request:
ndarray2arrayhas been removed except form examples wherendarray2arraywas used for printing the array usingconsole.log(). the output was updated from the format<ndarray>to<ndarray>[ elem1, elem2, elem3, ...]Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
NA
@stdlib-js/reviewers