SainsburyWellcomeCentre / aeon_experiments

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

Avoid race conditions on patch state transition #567

Closed glopesdev closed 3 weeks ago

glopesdev commented 3 weeks ago

The reported double NaN values on block transition interruption logic were traced down to an issue with the combinator pulling in the current threshold value, and has been resolved in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/218.

This PR pulls the updated environment with these fixes, which includes updates to all packages to use stable release versions, together with SLEAP updates. Minimal updates were applied to specific scripts to avoid breaking changes from the package update.

Fixes #497 Fixes #560