=str - Minor touchups to GraphInterpreter and GraphAssembly
This commit is contained in:
parent
630bd948d5
commit
b8c3a5c664
4 changed files with 77 additions and 49 deletions
|
|
@ -43,7 +43,7 @@ class GraphInterpreterSpec extends GraphInterpreterSpecKit {
|
|||
val sink = new DownstreamProbe[Int]("sink")
|
||||
|
||||
// Constructing an assembly by hand and resolving ambiguities
|
||||
val assembly = GraphAssembly(
|
||||
val assembly = new GraphAssembly(
|
||||
stages = Array(identity, identity),
|
||||
ins = Array(identity.in, identity.in, null),
|
||||
inOwners = Array(0, 1, -1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue