We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a522 commit 7448877Copy full SHA for 7448877
libtiledbsoma/src/soma/soma_array.cc
@@ -661,8 +661,8 @@ uint64_t SOMAArray::nnz(bool raise_if_slow) {
661
return result;
662
};
663
664
- non_empty_domains = permutate(non_empty_domains, permutation);
665
- relevant_fragments = permutate(relevant_fragments, permutation);
+ non_empty_domains = permute(non_empty_domains, permutation);
+ relevant_fragments = permute(relevant_fragments, permutation);
666
667
// After sorting, if the end of a non-empty domain is >= the beginning of
668
// the next non-empty domain, there is an overlap
0 commit comments