Skip to content

Commit

Permalink
Add reference to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 30, 2024
1 parent d0e692a commit 85b118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/test/setup_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if !isdefined(Main, :lie_algebra_conformance_test)
end
end

if dim(L) >= 1 # TODO: remove this condition once deserializing empty vectors keeps the type
if dim(L) >= 1 # TODO: remove this condition once deserializing empty vectors keeps the type (https://github.com/oscar-system/Oscar.jl/issues/3983)
test_save_load_roundtrip(path, basis(L)) do loaded
@test length(loaded) == dim(L)
@test all(
Expand Down

0 comments on commit 85b118f

Please sign in to comment.