Skip to content

Commit 4a75f6d

Browse files
committed
revert: undo commits adding tests for full code coverage
Reverts: - 0a65e10 (test: add tests to achieve full coverage in `digamma`) - 457674e (test: add tests to achieve full coverage in `cospif`) - c1cb6ae (test: add tests to achieve full coverage in `cbrt`) - f275965 (test: add tests to achieve full coverage in `binomcoeff`) - fa34e20 (test: add tests to achieve full coverage in `absgammalnf`) - a6755be (test: add tests to achieve full coverage in `beta` and `betaln`) - 3c033a4 (test: add tests to achieve full coverage in `erf`, `erfc`, `erfcinv`, `erfcx`, and `erfinv`) - f6204a4 (test: add tests to achieve full coverage in `acosf` and `asin`) - 52e5b8b (test: add tests to achieve full coverage in `gamma-lanczos-sum`, `gamma-lanczos-sum-expg-scaled`, and `gamma-lanczos-sum-expg-scaledf`) - aa9ef48 (test: add tests to achieve full coverage in `exp` and `expm1`) - da465f5 (test: add tests to achieve full coverage in `cinv` and `cinvf`) - fbcf259 (test: add tests to achieve full coverage in `ellipe`) - d4f480c (test: add tests to achieve full coverage in `ellipk`) - 8a605a5 (test: add tests to achieve full coverage in Bessel functions) - a8983ad (test: add tests to achieve full coverage in `math/base/special/trigammaf`) - 76a39f5 (test: add tests for full coverage) - 9c2193f (test: add tests to achieve full coverage in `math/base/special/tanh`) - 26aa92d (test: add tests to achieve full coverage in `math/base/special/log1p`) --- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0a65e10 commit 4a75f6d

File tree

100 files changed

+11
-6167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+11
-6167
lines changed

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,3 @@ tape( 'if provided a positive integer, the function returns the natural logarith
145145
t.strictEqual( absgammalnf( 6.0 ), lnf( 120.0 ), 'returns expected value' );
146146
t.end();
147147
});
148-
149-
tape( 'the function returns `+infinity` for negative integers', function test( t ) {
150-
var v;
151-
152-
v = absgammalnf( f32( -1.0 ) );
153-
t.strictEqual( v, PINF, 'returns expected value' );
154-
155-
v = absgammalnf( f32( -2.0 ) );
156-
t.strictEqual( v, PINF, 'returns expected value' );
157-
158-
v = absgammalnf( f32( -3.0 ) );
159-
t.strictEqual( v, PINF, 'returns expected value' );
160-
161-
v = absgammalnf( f32( -4.0 ) );
162-
t.strictEqual( v, PINF, 'returns expected value' );
163-
164-
v = absgammalnf( f32( -5.0 ) );
165-
t.strictEqual( v, PINF, 'returns expected value' );
166-
167-
t.end();
168-
});

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.polyval_a0.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.polyval_a1.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.polyval_t2.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.polyval_u.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/absgammalnf/test/test.polyval_v.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)