bsham/ProposalFlow

class loading

albanie opened this issue · 0 comments

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).