-
When I installed the latest package and registered and got my updated API key, in running:
temp_ucd_list.append(ucd.tl.base(temp_matrix, split=True, sort=False))
on a windows 11 machine, where I…
-
Currently, custom code is written to handle the downloading/processing of modelnet2048. It should be rewritten in the context of a pytorch geometric InMemoryDataset, which has helper functions to hand…
CCInc updated
2 years ago
-
Hi,
I would like to read images from pre-saved HDF5 file? With pytorch `dataloader`, e.g. I create the following data class and put it in `dataloader`.
```
class H5Dataset(Dataset):
def __i…
-
Since v1.2 (2016) the file representation for boolean types has changed. Files created before this version can't be read using h5py; the old representation is not compatible with h5py at all. This h…
-
If the dataset is a VLEN, the library does not support indexing:
https://github.com/timholy/HDF5.jl/blob/master/src/plain.jl#L1553
By contrast, transparent access to ragged arrays is supported in h…
manor updated
9 years ago
-
(discussed in coalition call on 11/8)
When accessing databroker data using direct normalized mongo, the xarrays returned with `.to_dask()` sometimes have incorrect `.size`, even though their `.shape`…
-
Hi Anna,
I just wanted to try out the shiny new episcanpy version. Unfortunately I found that it is incompatible with the current scanpy realease. This is because of conflicting requirements.
Ep…
-
Hi, I wanted to try the phyloligo method on my data but encountered the following error.
I installed it through conda.
I obtain the error when using `--large memmap`.
```
❯ phyloligo.py -i
-
Run into a problem on TA-lib and h5py install while running docker-compose up on a mac M1.
Error:
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c wget http://pr…
-
### What happened?
When you write an empty dataset and pass it to nwbinspector it errors. I would like to handle this and create an InspectorMessage when such a dataset is detected
### Steps to Repr…