Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Nov 27, 2024
1 parent 7c9f176 commit b741cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_controlplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ net = RegisterNet(graph, [Register(regsize) for i in 1:8])
sim = get_time_tracker(net)

# controller
controller = Controller(sim, net, 6, zeros(8,8))
controller = Controller(sim, net, 6, fill(nothing, 8, 8))
@process controller()

# RequestGenerator for the user pair (1,8)
Expand Down

0 comments on commit b741cfb

Please sign in to comment.