Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alain Shakour
clowdflows
Commits
d777cebc
Commit
d777cebc
authored
Mar 24, 2015
by
Janez K
Browse files
bugfix
parent
cd6baea5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
workflows/fixtures/test_data.json
View file @
d777cebc
This diff is collapsed.
Click to expand it.
workflows/subgroup_discovery/library.py
View file @
d777cebc
...
...
@@ -10,7 +10,7 @@ try:
from
SubgroupDiscovery.SDRule
import
SDRules
import
Orange
except
:
print
logging
.
warning
(
'Could not import subgroup discovery orange package.'
)
logging
.
warning
(
'Could not import subgroup discovery orange package.'
)
class
SubgroupDiscovery
:
# Available algorithms and their parameters
...
...
workflows/tests.py
View file @
d777cebc
...
...
@@ -56,4 +56,5 @@ class WidgetEngineTest(TestCase):
o
=
wid
.
outputs
.
all
()[
0
].
value
self
.
assertEqual
(
o
,[[[[
u
'2'
],
[
u
'1'
]],
[
u
'3'
],
1
],
[[[
u
'3'
],
[
u
'1'
]],
[
u
'2'
],
1
],
[[[
u
'3'
],
[
u
'2'
]],
[
u
'1'
],
1
]])
\ No newline at end of file
[[[
u
'3'
],
[
u
'2'
]],
[
u
'1'
],
1
]])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment