From 240be1e0a28a4d3313f129a3e7441eeb79dc428e Mon Sep 17 00:00:00 2001 From: HechtiDerLachs Date: Fri, 20 Sep 2024 13:11:39 +0200 Subject: [PATCH] Address comments from review. --- src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl | 3 --- src/AlgebraicGeometry/Schemes/Sheaves/Types.jl | 1 - 2 files changed, 4 deletions(-) diff --git a/src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl b/src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl index eaa88049366..e6994ea238f 100644 --- a/src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl +++ b/src/AlgebraicGeometry/Schemes/Sheaves/Sheaves.jl @@ -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) diff --git a/src/AlgebraicGeometry/Schemes/Sheaves/Types.jl b/src/AlgebraicGeometry/Schemes/Sheaves/Types.jl index 95ece3efba5..100314ab4fc 100644 --- a/src/AlgebraicGeometry/Schemes/Sheaves/Types.jl +++ b/src/AlgebraicGeometry/Schemes/Sheaves/Types.jl @@ -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;