|
|
|
|
|
|
|
|
pid = self.components[cid]["parent_id"] |
|
|
pid = self.components[cid]["parent_id"] |
|
|
o, _ = self.components[cid]["obj"].output(allow_partial=False) |
|
|
o, _ = self.components[cid]["obj"].output(allow_partial=False) |
|
|
oo, _ = self.components[pid]["obj"].output(allow_partial=False) |
|
|
oo, _ = self.components[pid]["obj"].output(allow_partial=False) |
|
|
self.components[pid]["obj"].set(pd.concat([oo, o], ignore_index=True)) |
|
|
|
|
|
|
|
|
self.components[pid]["obj"].set(pd.concat([oo, o], ignore_index=True).dropna()) |
|
|
downstream = [pid] |
|
|
downstream = [pid] |
|
|
|
|
|
|
|
|
for m in prepare2run(downstream): |
|
|
for m in prepare2run(downstream): |