Skip to content

Commit adc7888

Browse files
authored
Update CloudGraphsDFG.jl
1 parent 625ca10 commit adc7888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ end
360360
#Alias
361361
deleteVariable!(dfg::CloudGraphsDFG, variable::DFGVariable) = deleteVariable!(dfg, variable.label)
362362

363+
# return ::DFGFactor, or workaround ::Nothing, #809
363364
function deleteFactor!(dfg::CloudGraphsDFG, label::Symbol; suppressGetFactor::Bool=false)
364365
factor = suppressGetFactor ? nothing : getFactor(dfg, label)
365366
if factor === nothing && !suppressGetFactor

0 commit comments

Comments
 (0)