We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4618ae commit 07f57fcCopy full SHA for 07f57fc
test/spaces.jl
@@ -209,7 +209,8 @@ println("------------------------------------")
209
@test @constinferred(unitspace(V)) == W == unitspace(typeof(V))
210
@test @constinferred(zerospace(V)) == GradedSpace(unit(I) => 0)
211
# randsector never returns trivial sector, so this cannot error
212
- @test_throws ArgumentError GradedSpace(unit(I) => 1, randsector(I) => 0, unit(I) => 3)
+ @test_throws ArgumentError GradedSpace(unit(I) => 1, randsector(I) => 0,
213
+ unit(I) => 3)
214
@test eval(Meta.parse(sprint(show, W))) == W
215
@test isa(V, VectorSpace)
216
@test isa(V, ElementarySpace)
0 commit comments