Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
ab340619
Commit
ab340619
authored
Mar 25, 2015
by
Georgios Dagkakis
Committed by
panos
Apr 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections if wrong merge
parent
11bc05d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/tests/testKEExamples.py
dream/tests/testKEExamples.py
+1
-1
No files found.
dream/tests/testKEExamples.py
View file @
ab340619
...
...
@@ -32,7 +32,7 @@ class KnowledgeExtractionExamples(TestCase):
filepath
=
os
.
path
.
join
(
project_path
,
"dream"
,
"KnowledgeExtraction"
,
"KEtool_examples"
,
"TwoParallelStations"
)
workbook
=
xlrd
.
open_workbook
(
os
.
path
.
join
(
filepath
,
'inputData.xls'
))
jsonFile
=
open
(
os
.
path
.
join
(
filepath
,
'JSON_
Two
ParallelStations.json'
))
jsonFile
=
open
(
os
.
path
.
join
(
filepath
,
'JSON_ParallelStations.json'
))
result
=
main
(
test
=
1
,
workbook
=
workbook
,
jsonFile
=
jsonFile
)
result_data
=
json
.
loads
(
result
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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