nguyenv

Results 51 comments of nguyenv

I tested around on my local Windows machine by using relative and absolute paths, different slash directions, and in different directories, and it looks good to me.

The bugs listed have been fixed as of 0.11.0 (switching out `tiledb.from_dataframe` for `tiledb.from_pandas`). ``` (tiledb-3.9) vivian@mangonada:~/TileDB-Py/tiledb$ python ~/tiledb-bugs/indexing_bugs.py Deleting array at 'test.tdb'... Creating array at 'test.tdb'... OrderedDict([('end', array([10114, 10114,...

I am running into one issue though. When I try to create the full domain for `np.int8`: ``` >>> tiledb.Dim(domain=(-128, 126), tile=254, dtype=np.int8) ``` I get this error: ``` Traceback...

[sc-8097] [sc-20752] Taking a look at this branch again due to a recent related bug.

I was mistakenly under the impression that `tiledb.Dim(domain=(-128, 126), tile=254, dtype=np.int8)` was a valid tile extent for int8. But since the max value of int8 is 128, not 256, we...

Hi @mangecoeur. We have not made any changes to the S3 backend recently, so this is unlikely due to any changes in TileDB. Can you give us some more info...

Thanks for the update! Just for my clarification, does this sequence of events seem correct? At first you were able to use OpenStack S3 for TileDB where at one point...

Hi @jacobgreen405, We apologize for the inconvenience. We are currently working on fixing GCS support for the `tiledb` conda packages at https://github.com/conda-forge/tiledb-feedstock/pull/161. As you mention, the current workaround is to...