We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10df396 commit d4fa63cCopy full SHA for d4fa63c
src/assertions.jl
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License. See LICENSE in the project root.
3
# ------------------------------------------------------------------
4
5
-# assert that all columns of table are Continuous
+# assert that all columns are continuous
6
function assert_continuous(table)
7
types = schema(table).scitypes
8
@assert all(T <: Continuous for T in types) "columns must hold continuous variables"
0 commit comments