|
1 | 1 | newPackage( |
2 | 2 | "NonPrincipalTestIdeals", |
3 | 3 | Version => "1.0", |
4 | | - Date => "September 27th, 2025", |
| 4 | + Date => "September 28th, 2025", |
5 | 5 | Authors => { |
6 | 6 | { Name => "Trung Chau", Email => "[email protected]", HomePage => "https://trungchaumath.github.io/"}, |
7 | 7 | { Name => "Karl Schwede", Email => "[email protected]", HomePage => "https://www.math.utah.edu/~schwede/"}, |
8 | 8 | { Name => "Hunter Simper", Email => "[email protected]", HomePage => "https://www.huntersimper.com/"}}, |
9 | | - Headline => "", |
10 | 9 | Headline => "singularities of pairs with non-principal ideals", |
11 | | - Keywords => {"Test ideal", "Extended Rees algebra", "F-pure threshold", "canonical module", "F-jumping number"}, |
| 10 | + Keywords => {"Commutative algebra", "Singularities"}, |
12 | 11 | DebuggingMode => false, |
13 | | - Reload=>true, |
| 12 | + Reload=>false, |
14 | 13 | PackageExports => {"Divisor", "TestIdeals", "FrobeniusThresholds", "ReesAlgebra", "Complexes"} |
15 | 14 | ) |
16 | 15 | export{ |
@@ -55,7 +54,7 @@ torsionOrder(ZZ, Ideal) := (ZZ, Ideal) => opts -> (n1, I1) -> ( |
55 | 54 | if isInvertibleIdeal(curIdeal) then return (i, curIdeal); |
56 | 55 | i = i+1; |
57 | 56 | ); |
58 | | - return (0, ideal(sub(0, ring I1))); |
| 57 | + (0, ideal(sub(0, ring I1))) |
59 | 58 | ); |
60 | 59 |
|
61 | 60 |
|
@@ -1575,7 +1574,6 @@ assert (not isFPT(1+5/6, J)); |
1575 | 1574 | /// |
1576 | 1575 |
|
1577 | 1576 | TEST ///--#17, checking a non-polynomial FPT |
1578 | | -loadPackage "NonPrincipalTestIdeals" |
1579 | 1577 | R = ZZ/3[x,y,z]/ideal(x*y-z^2); --threshold should be 1 |
1580 | 1578 | J = ideal(x,y,z); |
1581 | 1579 | assert(isFPT(1/1,J)) |
|
0 commit comments