File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ using UUIDs
21
21
# logger = SimpleLogger(stdout, Logging.Debug)
22
22
# global_logger(logger)
23
23
24
- @testset " Check @defVariable design" begin
25
- include (" test_defVariable.jl" )
26
- end
24
+ # @testset "Check @defVariable design" begin
25
+ # include("test_defVariable.jl")
26
+ # end
27
27
28
28
include (" testBlocks.jl" )
29
29
Original file line number Diff line number Diff line change 61
61
@test getManifold ( TestVariableType2) == Euclidean (2 )
62
62
63
63
# legacy
64
- @test getManifolds (TestVariableType1) == (:Euclid ,)
64
+ # @test getManifolds(TestVariableType1) == (:Euclid,)
65
65
@test getDimension (TestVariableType1) === 1
66
- @test getManifolds (TestVariableType2) == (:Euclid ,:Euclid )
66
+ # @test getManifolds(TestVariableType2) == (:Euclid,:Euclid)
67
67
@test getDimension (TestVariableType2) === 2
68
68
69
69
# #
73
73
@test getManifold ( TestVariableType2 ()) == Euclidean (2 )
74
74
75
75
# legacy
76
- @test getManifolds (TestVariableType1 ()) == (:Euclid ,)
76
+ # @test getManifolds(TestVariableType1()) == (:Euclid,)
77
77
@test getDimension (TestVariableType1 ()) === 1
78
- @test getManifolds (TestVariableType2 ()) == (:Euclid ,:Euclid )
78
+ # @test getManifolds(TestVariableType2()) == (:Euclid,:Euclid)
79
79
@test getDimension (TestVariableType2 ()) === 2
80
80
81
81
You can’t perform that action at this time.
0 commit comments