You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCM code has become impenetrable. The implementation of NaN processing has generated a string of bug reports and bug fixes. Here are some ideas how to facilitate debugging and some partial refactoring. This list is work in progress.
Debugging
Save the original input data in the model, rather than just the subsession data (similar to dcm.input.timing). Currently the data are stored by: model.scr = sbs_data(proc_subsessions);. This could be complemented by something like model.raw_scr = data;
Refactoring
The text was updated successfully, but these errors were encountered:
General
DCM code has become impenetrable. The implementation of NaN processing has generated a string of bug reports and bug fixes. Here are some ideas how to facilitate debugging and some partial refactoring. This list is work in progress.
Debugging
dcm.input.timing
). Currently the data are stored by:model.scr = sbs_data(proc_subsessions);
. This could be complemented by something likemodel.raw_scr = data;
Refactoring
The text was updated successfully, but these errors were encountered: