Skip to content

Commit

Permalink
take advantage of nbautoeval-0.6.4 to fix early class exo
Browse files Browse the repository at this point in the history
close #18
  • Loading branch information
parmentelat committed Dec 10, 2019
1 parent 0d7eb0e commit 6f2c2cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/corrections/cls_fifo.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def outgoing(self):
"INSTANCE.outgoing()",
"INSTANCE.incoming(1)",
"INSTANCE.incoming(2)",
"INSTANCE",
# "INSTANCE",
"INSTANCE.outgoing()",
"INSTANCE.outgoing()",
"INSTANCE.outgoing()",
Expand All @@ -97,12 +97,12 @@ def outgoing(self):
Args(),
"INSTANCE.incoming(1)",
"INSTANCE.incoming(2)",
"INSTANCE",
# "INSTANCE",
"INSTANCE.outgoing()",
"INSTANCE.incoming(3)",
"INSTANCE",
# "INSTANCE",
"INSTANCE.outgoing()",
"INSTANCE",
# "INSTANCE",
"INSTANCE.outgoing()",
"INSTANCE.outgoing()",
),
Expand All @@ -125,4 +125,5 @@ def outgoing(self):
exo_fifo = ExerciseClass(
Fifo, fifo_scenarios,
obj_name = "F",
check_init=False,
)

0 comments on commit 6f2c2cc

Please sign in to comment.