Skip to content

Commit

Permalink
use of t
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Aug 14, 2023
1 parent 068c4a8 commit 6c6f172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ideal/sideal-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ end

@test ngens(std_hilbert(j, h, w, complete_reduction = true)) ==
ngens(std(j, complete_reduction = true))
Qt,(t)= polynomial_ring(QQ, ["t"])
Qt,_= polynomial_ring(QQ, ["t"])
t=gen(Qt,1)
I=Ideal(R,[x,y,z])
I=std(I)
Expand Down

0 comments on commit 6c6f172

Please sign in to comment.