@@ -245,7 +245,7 @@ function DFGVariableSCA()
245
245
# Constructors
246
246
v1 = DFGVariable (v1_lbl, TestSofttype1 (), tags= v1_tags, solvable= 0 , solverDataDict= Dict (:default => VariableNodeData {TestSofttype1} ()))
247
247
v2 = DFGVariable (:b , VariableNodeData {TestSofttype2} (), tags= Set ([:VARIABLE , :LANDMARK ]))
248
- v3 = DFGVariable (:c , VariableNodeData {TestSofttype2} ())
248
+ v3 = DFGVariable (:c , VariableNodeData {TestSofttype2} (), timestamp = ZonedDateTime ( " 2020-08-11T00:12:03.000-05:00 " ) )
249
249
250
250
vorphan = DFGVariable (:orphan , TestSofttype1 (), tags= v1_tags, solvable= 0 , solverDataDict= Dict (:default => VariableNodeData {TestSofttype1} ()))
251
251
@@ -327,7 +327,7 @@ function DFGFactorSCA()
327
327
f1 = DFGFactor {TestCCW{TestFunctorInferenceType1}} (f1_lbl, [:a ,:b ])
328
328
f1 = DFGFactor (f1_lbl, [:a ,:b ], gfnd, tags = f1_tags, solvable= 0 )
329
329
330
- f2 = DFGFactor {TestCCW{TestFunctorInferenceType1}} (:bcf1 , [:b , :c ])
330
+ f2 = DFGFactor {TestCCW{TestFunctorInferenceType1}} (:bcf1 , [:b , :c ], ZonedDateTime ( " 2020-08-11T00:12:03.000-05:00 " ) )
331
331
# TODO add tests for mutating vos in updateFactor and orphan related checks.
332
332
# we should perhaps prevent an empty vos
333
333
0 commit comments