-
-
Notifications
You must be signed in to change notification settings - Fork 892
Commit 9bfc43a
committed
test: remove redundant tolerance checks
---
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: passed
- 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 e321e63 commit 9bfc43a
File tree
2 files changed
+2
-22
lines changed- lib/node_modules/@stdlib/math/base/special/kernel-log1p/test
2 files changed
+2
-22
lines changedLines changed: 1 addition & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | - | ||
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
| |||
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
46 | - | ||
47 | - | ||
48 | 44 |
| |
49 | 45 |
| |
50 | 46 |
| |
| |||
60 | 56 |
| |
61 | 57 |
| |
62 | 58 |
| |
63 | - | ||
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
59 | + | ||
70 | 60 |
| |
71 | 61 |
| |
72 | 62 |
|
Lines changed: 1 addition & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
27 | - | ||
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
| |||
52 | 50 |
| |
53 | 51 |
| |
54 | 52 |
| |
55 | - | ||
56 | - | ||
57 | 53 |
| |
58 | 54 |
| |
59 | 55 |
| |
| |||
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
72 | - | ||
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
68 | + | ||
79 | 69 |
| |
80 | 70 |
| |
81 | 71 |
|
0 commit comments