feat: add implementation of stats/base/dists/dweibull/mode#10902
feat: add implementation of stats/base/dists/dweibull/mode#10902shubham220420 wants to merge 1 commit intostdlib-js:developfrom
stats/base/dists/dweibull/mode#10902Conversation
---
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: passed
- task: lint_repl_help
status: passed
- task: lint_javascript_src
status: passed
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: passed
- task: lint_javascript_tests
status: passed
- task: lint_javascript_benchmarks
status: passed
- task: lint_python
status: passed
- task: lint_r
status: na
- task: lint_c_src
status: missing_dependencies
- task: lint_c_examples
status: missing_dependencies
- task: lint_c_benchmarks
status: missing_dependencies
- 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. |
|
Hi @shubham220420 1. Test fixtures: use a single data.json 2. test.native.js: use isAlmostSameValue delta = abs( y - expected[ i ] );
tol = 180.0 * EPS * abs( expected[ i ] );
t.ok( delta <= tol, ... );Use the |
|
@rautelaKamal Please do not create automated review comments on PRs. I have noticed that you have posted a few of these comments to other PRs, and several of them contain inaccurate guidance. Re: (1) using a single |
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Ref: #173.
Description
This pull request:
stats/base/dists/dweibull/modeRelated 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
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers