Skip to content

Commit d4fdf4f

Browse files
committed
Oops
1 parent b11976f commit d4fdf4f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,7 @@ function updateVariable!(dfg::CloudGraphsDFG, variable::DFGVariable; skipAddErro
177177
# Create/update the base variable
178178
# NOTE: We are not merging the variable.tags into the labels anymore. We can index by that but not
179179
# going to pollute the graph with unnecessary (and potentially dangerous) labels.
180-
<<<<<<< HEAD
181-
addProps = Dict(
182-
"softtype" => "\"$(string(typeof(getSofttype(variable))))\"")
183-
=======
184180
addProps = Dict("softtype" => "\"$(DistributedFactorGraphs.typeModuleName(getSofttype(variable)))\"")
185-
>>>>>>> ff56034195104ff1cd5cdee9b10f7d271eb1d5f8
186181
query = """
187182
MATCH (session:$(join(_getLabelsForType(dfg, Session), ":")))
188183
MERGE (node:$(join(_getLabelsForInst(dfg, variable), ":")))

0 commit comments

Comments
 (0)