Skip to content

Commit 70a6b87

Browse files
HechtiDerLachsHereAround
authored andcommitted
Put an erroneously taken out safeguard error back into place.
1 parent cac985e commit 70a6b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/DoubleAndHyperComplexes/src/DerivedPushforward.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ function _minimal_exponent_vector(ctx::ToricCtx, m::FinGenAbGroupElem)
712712
return ctx.fixed_exponent_vector
713713
end
714714
if ctx.algorithm == :cech
715-
#error("dynamic computation of the minimal exponent vector is not implemented for cech cohomology")
715+
error("dynamic computation of the minimal exponent vector is not implemented for cech cohomology")
716716
end
717717
# The following is based on the cohomCalg algorithm(See [BJRR10, BJRR10*1](@cite)),
718718
# but only part of the algorithm is executed and explicit lattice points are

0 commit comments

Comments
 (0)