Skip to content

Commit

Permalink
fix testing number of algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Jul 11, 2024
1 parent f7c453e commit 22af9ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scheduling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ end

@testset verbose = true "Scheduling" begin
graph = FrameworkDemo.parse_graphml(["../data/demo/datadeps/df.graphml"])
algorithms_count = 7
ilength(x) = sum(_ -> 1, x) # no standard length for MetaGraphs.filter_vertices iterator
algorithms_count = ilength(MetaGraphs.filter_vertices(graph, :type, "Algorithm"))
set_indexing_prop!(graph, :node_id)

Dagger.enable_logging!(timeline=true,
Expand Down

0 comments on commit 22af9ed

Please sign in to comment.