Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function countTruthy( arrays ) {
}
// Check whether we were provided an empty ndarray...
if ( len === 0 ) {
return true;
return 0;
}
// Determine whether the ndarray is one-dimensional and thus readily translates to a one-dimensional strided array...
if ( ndims === 1 ) {
Expand Down
Loading