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
I think this line in the config should read: conf.class = {conf.class(3:end).name};
rather than conf.class = {conf.class(4:end).name};
(otherwise it skips the evaluation of one of the classes).
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the helpful code!
I think this line in the config should read:
conf.class = {conf.class(3:end).name};
rather than
conf.class = {conf.class(4:end).name};
(otherwise it skips the evaluation of one of the classes).
The text was updated successfully, but these errors were encountered: