Skip to content

Commit

Permalink
Make IntersectionTheory load after Schemes (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Jun 12, 2024
1 parent 7e5d14d commit 955d1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experimental/Experimental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const orderedpkgs = [
"SetPartitions",
"PartitionedPermutations", # needs code from SetPartitions
"Schemes",
"FTheoryTools" # must be loaded after Schemes
"FTheoryTools", # must be loaded after Schemes
"IntersectionTheory", # must be loaded after Schemes
]
exppkgs = filter(x->isdir(joinpath(expdir, x)) && !(x in oldexppkgs) && !(x in orderedpkgs), readdir(expdir))
append!(exppkgs, orderedpkgs)
Expand Down

0 comments on commit 955d1a8

Please sign in to comment.