Skip to content

Commit

Permalink
Revert "Schemes: disable cremona transformation test due to random fa…
Browse files Browse the repository at this point in the history
…ilures, see #3947 (#3960)" (#4113)

This reverts commit a096328.
  • Loading branch information
joschmitt authored Sep 19, 2024
1 parent e71c2b8 commit e413ba9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -108,4 +108,3 @@ end
# Call with check=true implitictly
phi_cov = CoveringMorphism(dom_cov, cod_cov, mor_dict)
end
=#

0 comments on commit e413ba9

Please sign in to comment.