Fix DCPTest using old constructor
All checks were successful
Validate Operations / validate-operations (push) Successful in 24m15s
All checks were successful
Validate Operations / validate-operations (push) Successful in 24m15s
This commit is contained in:
@@ -477,7 +477,7 @@ int testDCPGraphCrossbarExhaustion() {
|
||||
|
||||
const std::vector<Weight> nodeWeights = {10, 10, 10};
|
||||
const std::vector<CrossbarUsage> nodeCrossbarUsage = {1, 1, 1};
|
||||
GraphDCP graph(nodeWeights, {}, nodeCrossbarUsage);
|
||||
GraphDCP graph(nodeWeights, {}, {},nodeCrossbarUsage);
|
||||
graph.setMaxCpuCount(3);
|
||||
graph.runDcp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user