Skip to content

Commit

Permalink
Revert "Skip one excessive test"
Browse files Browse the repository at this point in the history
This reverts commit 0932db8 from
#3913.
  • Loading branch information
lgoettgens committed Aug 20, 2024
1 parent df65a6a commit 683e9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/LieAlgebras/test/LieAlgebraModule-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,9 @@
end

let L = lie_algebra(QQ, :B, 7)
@test_skip (@inferred dim_of_simple_module(
@test (@inferred dim_of_simple_module(
ZZRingElem, L, [7, 2, 5, 1, 0, 2, 6]
)) == ZZ(307689492858882008424585750) # re-enable this once this is computed without GAP
)) == ZZ(307689492858882008424585750)
end

let L = lie_algebra(QQ, :C, 3)
Expand Down

0 comments on commit 683e9b3

Please sign in to comment.