Skip to content

Commit

Permalink
Make RootConversion tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 19, 2023
1 parent 2b751d3 commit 0759bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 246 deletions.
239 changes: 0 additions & 239 deletions experimental/BasisLieHighestWeight/test/RootConversion-test-data.jl

This file was deleted.

12 changes: 5 additions & 7 deletions experimental/BasisLieHighestWeight/test/RootConversion-test.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include("RootConversion-test-data.jl")

@testset "Test RootConversion" begin
w_to_alpha = BasisLieHighestWeight.w_to_alpha
Expand Down Expand Up @@ -54,12 +53,11 @@ include("RootConversion-test-data.jl")
@test_broken false # TODO: fix these test cases
continue
end
for weight in test_sample_weights[n]
print(".")
test_inverse_alpha_w(dynkin, n, weight)
test_inverse_eps_w(dynkin, n, weight)
test_inverse_eps_alpha(dynkin, n, weight)
end
weight = [rand(QQ, -10:10) for _ in 1:n]
print(".")
test_inverse_alpha_w(dynkin, n, weight)
test_inverse_eps_w(dynkin, n, weight)
test_inverse_eps_alpha(dynkin, n, weight)
end
end
end
Expand Down

0 comments on commit 0759bca

Please sign in to comment.