Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 5, 2023
1 parent 862bc79 commit bcf9e3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"devDependencies": {
"@stdlib/array-base-linspace": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/constants-float64-two-pi": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/constants-float64-two-pi": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
12 changes: 6 additions & 6 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ var havercos = require( './../../dist' );

// FIXTURES //

var mediumNegative = require( './../..xtures/julia/medium_negative.json' );
var mediumPositive = require( './../..xtures/julia/medium_positive.json' );
var largeNegative = require( './../..xtures/julia/large_negative.json' );
var largePositive = require( './../..xtures/julia/large_positive.json' );
var hugeNegative = require( './../..xtures/julia/huge_negative.json' );
var hugePositive = require( './../..xtures/julia/huge_positive.json' );
var mediumNegative = require( './../fixtures/julia/medium_negative.json' );
var mediumPositive = require( './../fixtures/julia/medium_positive.json' );
var largeNegative = require( './../fixtures/julia/large_negative.json' );
var largePositive = require( './../fixtures/julia/large_positive.json' );
var hugeNegative = require( './../fixtures/julia/huge_negative.json' );
var hugePositive = require( './../fixtures/julia/huge_positive.json' );


// TESTS //
Expand Down

0 comments on commit bcf9e3c

Please sign in to comment.