Skip to content

Commit 3045caf

Browse files
authored
copyGraph verbose and showprog
1 parent a0be4be commit 3045caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/AbstractDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ function copyGraph!(
10761076
overwriteDest::Bool = false,
10771077
deepcopyNodes::Bool = false,
10781078
verbose::Bool = false,
1079-
showprogress::Bool = false,
1079+
showprogress::Bool = verbose,
10801080
)
10811081
# Split into variables and factors
10821082
sourceVariables = map(vId -> getVariable(sourceDFG, vId), variableLabels)

0 commit comments

Comments
 (0)