We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625ca10 commit adc7888Copy full SHA for adc7888
src/CloudGraphsDFG/services/CloudGraphsDFG.jl
@@ -360,6 +360,7 @@ end
360
#Alias
361
deleteVariable!(dfg::CloudGraphsDFG, variable::DFGVariable) = deleteVariable!(dfg, variable.label)
362
363
+# return ::DFGFactor, or workaround ::Nothing, #809
364
function deleteFactor!(dfg::CloudGraphsDFG, label::Symbol; suppressGetFactor::Bool=false)
365
factor = suppressGetFactor ? nothing : getFactor(dfg, label)
366
if factor === nothing && !suppressGetFactor
0 commit comments