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 f3d4074 commit eee849cCopy full SHA for eee849c
test/encoders.jl
@@ -28,7 +28,7 @@
28
ts = schema(Xenc).types
29
30
# 1) all scitypes must be exactly Continuous
31
- all(scs .== Continuous) || error("Not all scitypes are Continuous")
+ @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) ||
0 commit comments