SainsburyWellcomeCentre / aeon_experiments

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

Ensure threshold values are assigned directly to patch logic properties #561

Closed glopesdev closed 3 weeks ago

glopesdev commented 1 month ago

A regression was observed in block transition behavior where patches may be left as NaN values. This PR reverts partially the changes introduced to the patch logic in #558 by ensuring property mapping assigns threshold values directly to patch properties at transition time.

Fixes #560