Skip to content

Commit

Permalink
adds tests for second saturation variant for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ederc committed Sep 18, 2024
1 parent 4358b0a commit 14e8c69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/module/smodule-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,10 @@ end
@test A[1] == B[1]
@test A[2] == B[2]
@test k == 2

A,k = saturation2(I, J)

@test A[1] == B[1]
@test A[2] == B[2]
@test k == 2
end

0 comments on commit 14e8c69

Please sign in to comment.