Skip to content

Commit

Permalink
fix for quizes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcG-TUE committed May 10, 2022
1 parent 1d7e565 commit f608876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dataflow/dataflow/libsdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ def determineTraceZeroBased(self, ni, x0=None):
reduceRealInputs = lambda l: l[:-num]
realInputTraces = list(map(reduceRealInputs, inputTraces))

return realInputTraces, outputTraces, firingStarts, firingDurations

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

def asDSL(self, name):

Expand Down

0 comments on commit f608876

Please sign in to comment.