Skip to content

Commit cd62464

Browse files
committed
Additional info on outputs
1 parent 00161d3 commit cd62464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modeci_mdf/execution_engine.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@ def evaluate(
679679
)
680680
return self.curr_value
681681

682+
def __repr__(self):
683+
return f"EvaluableOutput({self.output_port.id} = {_val_info(self.curr_value)} )"
684+
682685

683686
class EvaluableInput:
684687
"""Evaluates input value at the :class:`~modeci_mdf.mdf.InputPort` of the node during MDF graph execution.

0 commit comments

Comments
 (0)