Skip to content

Commit

Permalink
Merging orderedpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulthiel committed Jul 12, 2024
1 parent 7b8e0e4 commit d8a1e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/Experimental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const expdir = joinpath(@__DIR__, "../experimental")
const orderedpkgs = [
"LieAlgebras",
"BasisLieHighestWeight", # needs code from LieAlgebras
"ComplexReflectionGroups", # Because LieAlgebra implements coroot
"SetPartitions",
"PartitionedPermutations", # needs code from SetPartitions
"Schemes",
"FTheoryTools", # must be loaded after Schemes
"IntersectionTheory", # must be loaded after Schemes
"ComplexReflectionGroups" # Because LieAlgebra implements coroot
]
exppkgs = filter(x->isdir(joinpath(expdir, x)) && !(x in orderedpkgs), readdir(expdir))
append!(exppkgs, orderedpkgs)
Expand Down

0 comments on commit d8a1e95

Please sign in to comment.