Skip to content

Commit 11c94cd

Browse files
authored
Merge pull request #51 from CMCC-Foundation/version-2025.06
fix numpy serialization on product details
2 parents e7769c0 + 9ceb4ff commit 11c94cd

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)