From 942f527d3e705db8846774284d5d8844d3ad095e Mon Sep 17 00:00:00 2001 From: nikicc Date: Fri, 2 Jun 2017 14:31:11 +0200 Subject: [PATCH] fixup! Variable: Add sparse attribute --- Orange/data/variable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Orange/data/variable.py b/Orange/data/variable.py index 17336695186..20fdc18802f 100644 --- a/Orange/data/variable.py +++ b/Orange/data/variable.py @@ -260,10 +260,10 @@ class Variable(Reprable, metaclass=VariableMeta): Non-primitive variables must redefine it to return `None`. .. attribute:: sparse - + A flag about sparsity of the variable. When set, the variable suggests it is should be stored in a sparse matrix. - + .. attribute:: source_variable An optional descriptor of the source variable - if any - from which