Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gururaj1512 committed Nov 24, 2024
1 parent 5f89de6 commit 96fcb62
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ var add = require( '@stdlib/math/base/ops/add4' );
var bquaternary4d = require( './../lib' );

var shapes = [
[ 1, 1, 3, 1 ],
[ 3, 1, 1, 1 ],
[ 1, 1, 1, 3 ],
[ 1, 3, 1, 1 ],
[ 3, 3, 3, 3 ]
[ 1, 1, 3, 1 ],
[ 3, 1, 1, 1 ],
[ 1, 1, 1, 3 ],
[ 1, 3, 1, 1 ],
[ 3, 3, 3, 3 ]
];

var x = filled4dBy( shapes[ 0 ], discreteUniform( -100, 100 ) );
Expand Down

0 comments on commit 96fcb62

Please sign in to comment.