Skip to content

Commit

Permalink
address new review by @fingolfin
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecker committed Feb 3, 2025
1 parent 799cfdd commit 8ddc947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions experimental/IntersectionTheory/docs/src/AbstractVarieties.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ Given an element `x` of the Chow ring of an abstract variety `X`, say, return th

###### Examples

Lines on a General Cubic Hypersurface in $\mathbb P^3$

```jldoctest
julia> G = abstract_grassmannian(2, 4)
AbstractVariety of dim 4
Expand All @@ -189,6 +187,8 @@ AbstractBundle of rank 2 on AbstractVariety of dim 4
julia> E = symmetric_power(Q, 3)
AbstractBundle of rank 4 on AbstractVariety of dim 4
julia> # Lines on a general cubic hypersurface in P^3:
julia> integral(top_chern_class(E))
27
Expand All @@ -213,8 +213,6 @@ t^2
```

Lines on a General Complete Intersection Calabi-Yau Threefold of Type (2,2,2,2)

```jldoctest
julia> G = abstract_grassmannian(2, 4+4)
AbstractVariety of dim 12
Expand All @@ -225,6 +223,8 @@ AbstractBundle of rank 2 on AbstractVariety of dim 12
julia> E = symmetric_power(S, 2)
AbstractBundle of rank 3 on AbstractVariety of dim 12
julia> # Lines on a general complete intersection Calabi-Yau threefold of type (2,2,2,2):
julia> integral(top_chern_class(E)^4)
512
Expand Down
2 changes: 1 addition & 1 deletion experimental/IntersectionTheory/src/Bott.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
Return an abstract_variety with a torus action, represented by the fixed points.
"""
tn_variety(n::Int, points::Vector{Pair{P, Int}}) where P = TnVariety(n::Int, points::Vector{Pair{P, Int}}) where P
tn_variety(n::Int, points::Vector{Pair{P, Int}}) where P = TnVariety(n::Int, points::Vector{Pair{P, Int}})

@doc raw"""
dim(X::TnVariety)
Expand Down

0 comments on commit 8ddc947

Please sign in to comment.