Skip to content

Commit 3de233d

Browse files
Planeshifteranandkaranubc
authored andcommitted
chore: add missing eps dependency to benchmark and examples configs
--- 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: na - task: lint_license_headers status: passed ---
1 parent a7be387 commit 3de233d

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/levy/logcdf

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/logcdf/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"@stdlib/math/base/special/erfc",
6363
"@stdlib/math/base/special/sqrt",
6464
"@stdlib/math/base/special/ln",
65-
"@stdlib/constants/float64/ninf"
65+
"@stdlib/constants/float64/ninf",
66+
"@stdlib/constants/float64/eps"
6667
]
6768
},
6869
{
@@ -81,7 +82,8 @@
8182
"@stdlib/math/base/special/erfc",
8283
"@stdlib/math/base/special/sqrt",
8384
"@stdlib/math/base/special/ln",
84-
"@stdlib/constants/float64/ninf"
85+
"@stdlib/constants/float64/ninf",
86+
"@stdlib/constants/float64/eps"
8587
]
8688
}
8789
]

0 commit comments

Comments
 (0)