Skip to content

Commit 4aea03a

Browse files
committed
[FIX] removed solved todo
1 parent aee6a15 commit 4aea03a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dt4acc/custom_epics/ioc/pv_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def add_pc_pvs(builder, pc_name, prefix):
110110
DevicePropertyID(device_name=pc_name, property="set_current")
111111
)
112112
start_val = np.asarray(vals).mean()
113-
#: todo ensure that readback is updated
114113
rdbk = builder.aOut(f"{pc_name}:rdbk", initial_value=start_val)
115114
async def handle_pc_update(device_id: str, property_id: str, value: float):
116115
logger.debug("%s:%s updating setpoint val=%s", device_id, property_id, value)

0 commit comments

Comments
 (0)