Skip to content

Commit 6edc199

Browse files
committed
edit
1 parent 7370c8d commit 6edc199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/StandardBasis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ end
12921292
@test degree(gcd(a*d, b*d, atol=sqrt(eps()))) > 0
12931293
@test degree(gcd(a*d,b*d, method=:noda_sasaki)) == degree(d)
12941294
@test_skip degree(gcd(a*d,b*d, method=:numerical)) == degree(d) # issues on some architectures
1295-
l,m,n = (2,2,2) # realiable, though for larger l,m,n only **usually** correct
1295+
l,m,n = (2,2,2) # realiable, though for larger l,m,n only **usually** correct.
12961296
u,v,w = fromroots.(rand.((l,m,n)))
12971297
@test degree(gcd(u*v, u*w, method=:numerical)) == degree(u)
12981298

0 commit comments

Comments
 (0)