Skip to content

Commit

Permalink
remove upgrade info message from doctests
Browse files Browse the repository at this point in the history
(cherry picked from commit 0311a7f)
  • Loading branch information
benlorenz committed Jun 21, 2024
1 parent 0267b92 commit 7a96c95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ with a general linear subspace of $\mathbb P^n$ of dimension $c+1$.
# Examples
```jldoctest
julia> X = bordiga()
[ Info: upgrading serialized data....
Projective variety
in projective 4-space over GF(31991) with coordinates [x, y, z, u, v]
defined by ideal with 4 generators
Expand Down Expand Up @@ -95,7 +94,6 @@ Return `true` if `X` is linearly normal, and `false` otherwise.
# Examples
```jldoctest
julia> X = bordiga()
[ Info: upgrading serialized data....
Projective variety
in projective 4-space over GF(31991) with coordinates [x, y, z, u, v]
defined by ideal with 4 generators
Expand Down Expand Up @@ -181,7 +179,6 @@ julia> degrees_of_generators(Omega)
```jldoctest
julia> X = bordiga()
[ Info: upgrading serialized data....
Projective variety
in projective 4-space over GF(31991) with coordinates [x, y, z, u, v]
defined by ideal with 4 generators
Expand Down Expand Up @@ -246,7 +243,6 @@ which are obtained by blowing down the exceptional $(-1)$-lines on $X^{(i)}$.
# Examples
```jldoctest
julia> X = bordiga()
[ Info: upgrading serialized data....
Projective variety
in projective 4-space over GF(31991) with coordinates [x, y, z, u, v]
defined by ideal with 4 generators
Expand Down Expand Up @@ -284,7 +280,6 @@ julia> degree(L[3][1])
```
julia> X = rational_d9_pi7();
[ Info: upgrading serialized data....
julia> L = adjunction_process(X);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Given a smooth rational surface `X` which is linearly normal in the given embedd
# Examples
```jldoctest
julia> X = bordiga()
[ Info: upgrading serialized data....
Projective variety
in projective 4-space over GF(31991) with coordinates [x, y, z, u, v]
defined by ideal with 4 generators
Expand Down

0 comments on commit 7a96c95

Please sign in to comment.