Skip to content

Commit

Permalink
Got most of it to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 27, 2024
1 parent a4f9535 commit cabb135
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 204 deletions.
3 changes: 0 additions & 3 deletions include/tatami_tiledb/DenseMatrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,6 @@ class DenseMatrix : public tatami::Matrix<Value_, Index_> {
throw std::runtime_error("TileDB array should have exactly two dimensions");
}

// We use 'int' for the domain, just in case the domain's absolute
// position exceeds Index_'s range, even if the actual range of the
// domain does not.
tiledb::Dimension first_dim = domain.dimension(0);
my_tdb_first_dim.reset(first_dim);
Index_ first_extent = my_tdb_first_dim.extent<Index_>();
Expand Down
Loading

0 comments on commit cabb135

Please sign in to comment.