Skip to content

TileDB dimensions dtype not compatible with R package TileDBArray #89

Description

@tien-tong

TileDB dimensions are currently written as INT64. When read through TileDBArray package in R, those dimension domains are returned as double, but TileDBArraySeed() expects R integer values for array dimensions. This causes loading TileDB-backed ModelArray objects to fail.

Need to change to INT32.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions