Skip to content

Commit

Permalink
test with with_redTail
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Jun 28, 2024
1 parent 0ca7158 commit b4d7bda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/ideal/freealg-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@

@test J1[7] == u11 + u21 + u31 + u41 - 1

J1 = Ideal(R,[rs2,rs3,rs4,cs1,cs2,cs3,cs4])
J2=with_redTail(false,R) do
return std(J1)
end
@test J2[7] == u11 + u21 + u31 + u41 - 1
end

0 comments on commit b4d7bda

Please sign in to comment.