Skip to content

Commit

Permalink
fix type instability in DataFlowGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Oct 29, 2024
1 parent 6d857f0 commit 24452fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function get_name(alg::BoundAlgorithm)
end

struct DataFlowGraph
graph::MetaDiGraph
graph::MetaDiGraph{Int, Float64}
algorithm_indices::Vector{Int}
function DataFlowGraph(graph::MetaDiGraph)
alg_vertices = MetaGraphs.filter_vertices(graph, :type, "Algorithm")
Expand Down

0 comments on commit 24452fe

Please sign in to comment.