Open MacroBull opened 4 years ago
On OS without fork support, wclass in OrderedStage.__init__ is required to be serializable, that's a problem.
fork
wclass
OrderedStage.__init__
Otherwise an exception will be raised:
AttributeError: Can't pickle local object 'OrderedStage.init..wclass'
On OS without
fork
support,wclass
inOrderedStage.__init__
is required to be serializable, that's a problem.Otherwise an exception will be raised: