Skip to content

Commit fee247c

Browse files
committed
fix: fix the benchmarks errors
--- 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: passed - 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: na - task: lint_license_headers status: passed ---
1 parent a17dccd commit fee247c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark

lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark/benchmark.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ bench( format( '%s:median', pkg ), function benchmark( bm ) {
359359
var y;
360360
var i;
361361

362+
opts = {
363+
'dtype': 'float64'
364+
};
362365
a = 20.0;
363366
b = 10.0;
364367
c = 110.0;

0 commit comments

Comments
 (0)