You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dependencies/soft_dependencies.jl
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -216,30 +216,38 @@ function soft_dependencies_multiscale(soft_dep_graphs_roots::DependencyGraph{Dic
216
216
# If the node has soft dependencies at other scales, add it as child of the other scale (and add its parent too):
217
217
iflength(soft_deps_multiscale) >0
218
218
for org inkeys(soft_deps_multiscale)
219
-
# org = "Leaf"
220
219
for (parent_soft_dep, soft_dep_vars) in soft_deps_multiscale[org]
221
-
master_node = ()
222
-
223
-
#if the node has a soft dependency on a node that is a nested hard dependency, have it point to the master node of that hard dependency instead of the internal node
224
-
225
-
# This check is meant in case the organ at the inspected scale is part of a hard dependency, and therefore already absent from the roots
0 commit comments