SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Avoid double assignment of patch parameters #558

Closed glopesdev closed 1 month ago

glopesdev commented 1 month ago

Patch state parameters are automatically updated internally at each block transition so there is no need to route the update twice into the patch logic controller properties.

This eliminates one of the redundant threshold assignments described in #497. The double NaN values reported on block transition are fixed via https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/216.

Fixes #497