Skip to content

Commit ebe55b2

Browse files
committed
fix: update hash table
--- 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 e842143 commit ebe55b2

File tree

1 file changed

+4
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/defaults/lib

1 file changed

+4
-1
lines changed

lib/node_modules/@stdlib/ndarray/defaults/lib/get.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ var HASH = {
3737
'dtypes.signed_integer': DEFAULTS.dtypes.signed_integer,
3838
'dtypes.unsigned_integer': DEFAULTS.dtypes.unsigned_integer,
3939
'dtypes.boolean': DEFAULTS.dtypes.boolean,
40-
'dtypes.indexing': DEFAULTS.dtypes.indexing,
40+
'dtypes.index': DEFAULTS.dtypes.index,
41+
'dtypes.integer_index': DEFAULTS.dtypes.integer_index,
42+
'dtypes.boolean_index': DEFAULTS.dtypes.boolean_index,
43+
'dtypes.mask_index': DEFAULTS.dtypes.mask_index,
4144
'order': DEFAULTS.order,
4245
'casting': DEFAULTS.casting,
4346
'index_mode': DEFAULTS.index_mode

0 commit comments

Comments
 (0)