Skip to content

Commit 6718027

Browse files
committed
refactor: remove nd-kernels from lists
--- 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: 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 540bca7 commit 6718027

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray-by/lib

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray-by/lib/main.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ var UNARY = [
9191
unary7d,
9292
unary8d,
9393
unary9d,
94-
unary10d,
95-
unarynd
94+
unary10d
9695
];
9796
var ACCESSOR_UNARY = [
9897
accessorunary0d,
@@ -105,8 +104,7 @@ var ACCESSOR_UNARY = [
105104
accessorunary7d,
106105
accessorunary8d,
107106
accessorunary9d,
108-
accessorunary10d,
109-
accessorunarynd
107+
accessorunary10d
110108
];
111109
var BLOCKED_UNARY = [
112110
blockedunary2d, // 0

0 commit comments

Comments
 (0)