mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
Fixes bug that .run() could not be called twice on an algorithm. Added unittest to check.
This commit is contained in:
@@ -153,6 +153,7 @@ start and end date have to be specified."""
|
||||
self.sources = source
|
||||
|
||||
# Create transforms by wrapping them into StatefulTransforms
|
||||
self.transforms = []
|
||||
for namestring, trans_descr in self.registered_transforms.iteritems():
|
||||
sf = StatefulTransform(
|
||||
trans_descr['class'],
|
||||
|
||||
Reference in New Issue
Block a user