Skip to content

Commit 1bc78c9

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent d653e8e commit 1bc78c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/rot180/test

lib/node_modules/@stdlib/ndarray/base/rot180/test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ tape( 'the function rotates a matrix 180 degrees in a specified plane (dtype=com
249249
x = new base( 'complex128', buf, [ 2, 2 ], [ 2, 1 ], 0, 'row-major' );
250250

251251
// Original matrix: [ [ 1+1i, 2+2i ], [ 3+3i, 4+4i ] ].
252+
252253
// After 180 rotation: [ [ 4+4i, 3+3i ], [ 2+2i, 1+1i ] ]
253254

254255
arr = rot180( x, [ 0, 1 ], false );

0 commit comments

Comments
 (0)