Skip to content

Commit 02237b5

Browse files
committed
soft_depedencies : documentation oversight
1 parent 8cdab13 commit 02237b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dependencies/soft_dependencies.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ end
412412
- `inputs::Dict{Symbol, Vector{Pair{Symbol}, Tuple{Symbol, Vararg{Symbol}}}}`: a dict of process => [:subprocess => (:var1, :var2)].
413413
- `soft_dep_graphs::Dict{String, ...}`: a dict of organ => (soft_dep_graph, inputs, outputs).
414414
- `rev_mapping::Dict{Symbol, Symbol}`: a dict of mapped variable => source variable (this is the reverse mapping).
415+
- 'hard_dependencies_from_other_scale' : a vector of HardDependencyNode to provide access to the hard dependencies without traversing the whole graph
415416
416417
# Details
417418

0 commit comments

Comments
 (0)