Skip to content

Commit

Permalink
Address comments from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Sep 20, 2024
1 parent b0a7adb commit 240be1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ function produce_object(F::AbsPreSheaf, U)
error("method for `produce_object` must be overwritten for sheaves of type $(typeof(F))")
end

### temporary workaround
produce_object(F::AbsPreSheaf, U::AbsAffineScheme) = produce_object(underlying_presheaf(F), U)

@doc raw"""
restriction_map(F::AbsPreSheaf, U, V)
Expand Down
1 change: 0 additions & 1 deletion src/AlgebraicGeometry/Schemes/Sheaves/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ A basic minimal implementation of the interface for `AbsPreSheaf`; to be used in
obj_cache::IdDict{<:OpenType, <:OutputType} # To cache values that have already been computed
#res_cache::IdDict{<:Tuple{<:OpenType, <:OpenType}, <:RestrictionType} # To cache already computed restrictions

# production functions for new objects
is_open_func::Function # To check whether one set is open in the other

function PreSheafOnScheme(X::Scheme;
Expand Down

0 comments on commit 240be1e

Please sign in to comment.