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 b06f547 commit 7b18aa8Copy full SHA for 7b18aa8
Orange/widgets/data/oweditdomain.py
@@ -3210,6 +3210,7 @@ class ToStringTransform(Transformation):
3210
"""
3211
Transform a variable to string.
3212
3213
+ InheritEq = True
3214
def transform(self, c):
3215
if self.variable.is_string:
3216
return c
@@ -3219,6 +3220,7 @@ def transform(self, c):
3219
3220
3221
3222
class ToContinuousTransform(Transformation):
3223
3224
3225
if self.variable.is_time:
3226
0 commit comments