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 eee849c commit c7735ceCopy full SHA for c7735ce
test/encoders.jl
@@ -31,8 +31,7 @@
31
@test all(scs .== Continuous)
32
33
# 2) all types must be a concrete subtype of AbstractFloat (i.e. <: AbstractFloat, but ≠ AbstractFloat itself)
34
- all(t -> t <: AbstractFloat && isconcretetype(t), ts) ||
35
- error("Some types are not strict concrete subtypes of AbstractFloat")
+ @test all(t -> t <: AbstractFloat && isconcretetype(t), ts)
36
end
37
38
@testset "Generate New feature names Function Tests" begin
0 commit comments