Skip to content

Commit eee849c

Browse files
EssamWisamablaom
andauthored
Update test/encoders.jl
Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
1 parent f3d4074 commit eee849c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/encoders.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
ts = schema(Xenc).types
2929

3030
# 1) all scitypes must be exactly Continuous
31-
all(scs .== Continuous) || error("Not all scitypes are Continuous")
31+
@test all(scs .== Continuous)
3232

3333
# 2) all types must be a concrete subtype of AbstractFloat (i.e. <: AbstractFloat, but ≠ AbstractFloat itself)
3434
all(t -> t <: AbstractFloat && isconcretetype(t), ts) ||

0 commit comments

Comments
 (0)