From 360589142f624bba564fde83f292a774a3025725 Mon Sep 17 00:00:00 2001 From: Johannes Schmitt Date: Wed, 14 Feb 2024 15:59:09 +0100 Subject: [PATCH] Remove deprecated use of `chi` --- experimental/IntersectionTheory/src/IntersectionTheory.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/IntersectionTheory/src/IntersectionTheory.jl b/experimental/IntersectionTheory/src/IntersectionTheory.jl index 3627885cd3f7..562acf03edf3 100644 --- a/experimental/IntersectionTheory/src/IntersectionTheory.jl +++ b/experimental/IntersectionTheory/src/IntersectionTheory.jl @@ -3,7 +3,7 @@ using ..Oscar import Base: +, -, *, ^, ==, div, zero, one, parent import ..Oscar: AffAlgHom, Ring, MPolyDecRingElem, symmetric_power, exterior_power, pullback, canonical_bundle, graph, euler_characteristic, pullback -import ..Oscar: basis, betti, chi, codomain, degree, det, dim, domain, dual, gens, hilbert_polynomial, hom, integral, rank, signature +import ..Oscar: basis, betti, codomain, degree, det, dim, domain, dual, gens, hilbert_polynomial, hom, integral, rank, signature import ..Oscar.AbstractAlgebra: combinations import ..Oscar.AbstractAlgebra.Generic: FunctionalMap