yoshida-lab/XenonPy

bug in set_para for BaseDescriptor

stewu5 opened this issue · 0 comments

set_para will not function properly in BaseDescriptor because the values assigned will not pass to BaseFeaturizers inside.
E.g., when setting on_errors with .set_para in BaseDescriptor, the on_errors actually will not pass to the BaseFeaturizers defined inside.
A new def for set_para in BaseDescriptor is needed