From e413ba9bee9b7f3d3ad7bfc7dcc2f6cbb67516bf Mon Sep 17 00:00:00 2001 From: Johannes Schmitt Date: Thu, 19 Sep 2024 17:01:46 +0200 Subject: [PATCH] Revert "Schemes: disable cremona transformation test due to random failures, see #3947 (#3960)" (#4113) This reverts commit a096328469347cfcbf12b08dd37ff2119b0729a7. --- .../AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl b/test/AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl index ad1607a3a80f..e4d9d0f097db 100644 --- a/test/AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl +++ b/test/AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl @@ -22,7 +22,7 @@ Oscar.realize_on_patch(Phi, X[1][3]) Oscar.realize(Phi) end -#= FIXME: disabled due to random failures, see https://github.com/oscar-system/Oscar.jl/issues/3947 + @testset "The standard Cremona transformation" begin IP2_proj = projective_space(QQ, [:x, :y, :z]) IP2 = covered_scheme(IP2_proj) @@ -108,4 +108,3 @@ end # Call with check=true implitictly phi_cov = CoveringMorphism(dom_cov, cod_cov, mor_dict) end -=#