We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb504c commit 7d3c31eCopy full SHA for 7d3c31e
1 file changed
IncrementalInference/test/testCircular.jl
@@ -31,17 +31,13 @@ gt = rem2pi.(collect(0:4), RoundNearest)
31
32
# test packing converters also
33
d = "/tmp/caesar/random/testfg"
34
-@test_broken begin
35
- @error "FIXME: packing of Complex numbers is currently broken, needs JSON.jl fix, see TBD"
36
saveDFG(d,fg)
37
lfg = loadDFG(d)
38
##
39
Base.rm(d*".tar.gz")
40
# check loaded fg for all variable and factors
41
@test issetequal(ls(fg), ls(lfg))
42
@test issetequal(lsf(fg), lsf(lfg))
43
-true
44
-end
45
46
47
end
0 commit comments