Skip to content

Commit

Permalink
Update FactorGraphsTests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie authored Nov 28, 2024
1 parent dfadf30 commit fb8fcf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/FactorGraphsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ end
fg = FactorGraphs.FactorGraph{Int, VariableSkeleton, FactorSkeleton}()

@test !FactorGraphs.is_directed(fg)
@test !FactorGraphs.is_directed(
FactorGraph{Int, VariableSkeleton, FactorSkeleton},
)
@test !FactorGraphs.is_directed(FactorGraph{Int, VariableSkeleton, FactorSkeleton})

@test isa(zero(fg), FactorGraph{Int64, VariableSkeleton, FactorSkeleton})

Expand Down

0 comments on commit fb8fcf8

Please sign in to comment.