Skip to content

Commit 7d3c31e

Browse files
authored
Restore broken test for packing of Complex numbers in testCircular.jl (#1905)
Co-authored-by: Johannes Terblanche <Affie@users.noreply.github.com>
1 parent abb504c commit 7d3c31e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

IncrementalInference/test/testCircular.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,13 @@ gt = rem2pi.(collect(0:4), RoundNearest)
3131

3232
# test packing converters also
3333
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"
3634
saveDFG(d,fg)
3735
lfg = loadDFG(d)
3836
##
3937
Base.rm(d*".tar.gz")
4038
# check loaded fg for all variable and factors
4139
@test issetequal(ls(fg), ls(lfg))
4240
@test issetequal(lsf(fg), lsf(lfg))
43-
true
44-
end
4541
##
4642

4743
end

0 commit comments

Comments
 (0)