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 ee8cf19 commit 0ea0448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/secop_ophyd/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ def set_reading(self, value) -> None:
FloatRange: "<f8",
IntRange: "<i8",
ScaledInteger: "<i8",
BoolType: "b",
BoolType: "<b1",
EnumType: "<i8",
StringType: "U100",
BLOBType: "U100",
StringType: "<U100",
BLOBType: "<U100",
}

0 comments on commit 0ea0448

Please sign in to comment.