Skip to content

Commit 9ceb4ff

Browse files
committed
fix numpy serialization on product details
1 parent ea08a63 commit 9ceb4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datastore/datastore/datastore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def product_details(
319319
).to_dict()
320320
else:
321321
info["data"] = entry.read_chunked().to_dict()
322+
info = self._convert_numpy(info)
322323
return info
323324

324325
def product_info(

0 commit comments

Comments
 (0)