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 75f2e92 commit 8af5787Copy full SHA for 8af5787
test/testBlocks.jl
@@ -319,6 +319,8 @@ function DFGVariableSCA()
319
@test getDimension(testvar) == 1
320
@test getManifold(testvar) == TranslationGroup(1)
321
322
+ @test DFG.calcDeltatime(v1, v2) isa Real
323
+
324
# #TODO sort out
325
# getState
326
# getSolvedCount
@@ -389,6 +391,7 @@ function DFGFactorSCA()
389
391
# create f0 here for a later timestamp
390
392
f0 = FactorCompute(:af1, [:a], obs_prior; tags = Set([:PRIOR]))
393
394
+ @test DFG.calcDeltatime(f1, f2) isa Real
395
#fill in undefined fields
396
# f2.solverData.certainhypo = Int[]
397
# f2.solverData.multihypo = Float64[]
0 commit comments