Skip to content
Snippets Groups Projects
Commit b264cfa2 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Remove accidentally leftover numpy cruft

parent b59e9bb1
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ class PCC(Device): ...@@ -495,7 +495,7 @@ class PCC(Device):
@fault_on_error @fault_on_error
def read_RCU_state_R(self): def read_RCU_state_R(self):
"""Return the RCU_state_R attribute.""" """Return the RCU_state_R attribute."""
self._RCU_state_R = numpy.array(self.attribute_mapping["RCU_state_R"].get_value() self._RCU_state_R = self.attribute_mapping["RCU_state_R"].get_value()
return self._RCU_state_R return self._RCU_state_R
@only_when_on @only_when_on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment