Skip to content

Commit 2182591

Browse files
author
Miha Zgubic
committed
dont check inferrence
1 parent ae71194 commit 2182591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/to_vec.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ end
196196
end
197197

198198
@testset "DataType" begin
199-
test_to_vec(Float64) # isa DataType
200-
test_to_vec(Vector) # isa UnionAll
199+
test_to_vec(Float64; check_inferred=false) # isa DataType
200+
test_to_vec(Vector; check_inferred=false) # isa UnionAll
201201
end
202202

203203
@testset "ChainRulesCore Differentials" begin

0 commit comments

Comments
 (0)