File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/CloudGraphsDFG/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 360
360
# Alias
361
361
deleteVariable! (dfg:: CloudGraphsDFG , variable:: DFGVariable ) = deleteVariable! (dfg, variable. label)
362
362
363
- function deleteFactor! (dfg:: CloudGraphsDFG , label:: Symbol ; suppressGetFactor:: Bool = false ):: Union{Nothing, DFGFactor}
363
+ function deleteFactor! (dfg:: CloudGraphsDFG , label:: Symbol ; suppressGetFactor:: Bool = false )
364
364
factor = suppressGetFactor ? nothing : getFactor (dfg, label)
365
365
if factor === nothing && ! suppressGetFactor
366
366
error (" Unable to retrieve the ID for factor '$label '. Please check your connection to the database and that the factor exists." )
@@ -980,4 +980,4 @@ function SkeletonDFG(cfg::CloudGraphsDFG)
980
980
addVariable! .(sfg, _getSkeletonVariables (cfg))
981
981
addFactor! .(sfg, _getSkeletonFactors (cfg))
982
982
return sfg
983
- end
983
+ end
You can’t perform that action at this time.
0 commit comments