Skip to content

Commit f608876

Browse files
committed
fix for quizes
1 parent 1d7e565 commit f608876

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dataflow/dataflow/libsdf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,7 @@ def determineTraceZeroBased(self, ni, x0=None):
634634
reduceRealInputs = lambda l: l[:-num]
635635
realInputTraces = list(map(reduceRealInputs, inputTraces))
636636

637-
return realInputTraces, outputTraces, firingStarts, firingDurations
638-
637+
return G.actorsWithoutInputsOutputs(), (G.inputs())[:-num], realInputTraces, G.outputs(), outputTraces, firingStarts, firingDurations
639638

640639
def asDSL(self, name):
641640

0 commit comments

Comments
 (0)