Peter Wegmann
Peter Wegmann
Okay so not only the incoming dtype needs to be deserialized correctly, but in some cases also the structured arrays. So the changes needed are a little more extensive. 1....
So we narrowed it down a little, I had a mismatch between the datatype reported in `dtype` and the actual value that was returned by some signal i hat. the...
@danielballan So i think I found the issue: `numpy.dtype()` expects either just an array-protocol type string, or a list of tuples of names and type strings. Something like this: ```python...
Hmm, now I get this shape mismatch, when accessing the data: ``` File "/opt/venv/lib/python3.12/site-packages/databroker/mongo_normalized.py", line 565, in read_block return self._dataset_adapter.read_block(self._field, block, slice=slice) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/databroker/mongo_normalized.py", line 765, in read_block raw_array...
@danielballan that sounds like a good idea, i´d be happy to join a Dev Call/spin out meeting on this