cortex-lab / Rigbox

A MATLAB toolbox for running behavioral neuroscience experiments and managing data
GNU General Public License v3.0
33 stars 16 forks source link

flatten method crashes MATLAB in >=2020a #312

Open k1o0 opened 3 years ago

k1o0 commented 3 years ago

Describe the bug Posting a value to a node upstream of flatten causes a catastrophic crash in MATLAB.

To Reproduce

a = sig.test.create;
a_flat = a.flatten;
a.post(rand) % BOOM!

Desktop (please complete the following information):

k1o0 commented 3 years ago

2020a release notes on the subject