Skip to content

Commit

Permalink
arrays of primitives are now dtype array
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Braun committed Nov 27, 2024
1 parent 0ea0448 commit 04644cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secop_ophyd/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def get_datakey(self):
# Composite Datatypes & Arrays of COmposite Datatypes
if self._is_composite:
describe_dict["dtype_str"] = self.dtype_str
describe_dict["dtype_numpy"] = self.dtype_descr
# describe_dict["dtype_numpy"] = self.dtype_descr
describe_dict["dtype_descr"] = self.dtype_descr

if self._is_array:
Expand Down

0 comments on commit 04644cf

Please sign in to comment.