Skip to content

Commit

Permalink
In case experimental wants to serialize things
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed Jul 4, 2023
1 parent 698fcd1 commit 4068368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ include("TropicalGeometry/TropicalGeometry.jl")

include("InvariantTheory/InvariantTheory.jl")

include("../experimental/Experimental.jl")

include("Rings/binomial_ideals.jl") # uses QQAbModule from experimental/Rings/QQAbAndPChars.jl

if is_dev
Expand All @@ -230,6 +228,8 @@ end

include("Serialization/main.jl")

include("../experimental/Experimental.jl")

include("aliases.jl")

include("deprecations.jl")
Expand Down

0 comments on commit 4068368

Please sign in to comment.