We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474b103 commit c0d3c52Copy full SHA for c0d3c52
lib/node_modules/@stdlib/math/base/special/gammainc/test/test.native.js
@@ -96,7 +96,7 @@ tape( 'the function returns 0 for the lower incomplete gamma function when the f
96
t.end();
97
});
98
99
-tape.only( 'the function correctly evaluates the lower incomplete gamma function', opts, function test( t ) {
+tape( 'the function correctly evaluates the lower incomplete gamma function', opts, function test( t ) {
100
var actual;
101
var delta;
102
var tol;
0 commit comments