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
b2e2e643
Commit
b2e2e643
authored
Aug 24, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new plugin to call KE tool added and the model set to call this plugin
parent
9e3d038b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
dream/plugins/Batches/BatchesWIPKEtool.py
dream/plugins/Batches/BatchesWIPKEtool.py
+21
-0
dream/simulation/Examples/GUI_models/BatchesWIPFromKEtool.json
.../simulation/Examples/GUI_models/BatchesWIPFromKEtool.json
+1
-1
No files found.
dream/plugins/Batches/BatchesWIPKEtool.py
0 → 100644
View file @
b2e2e643
from
copy
import
copy
import
json
import
time
import
random
import
operator
import
datetime
from
dream.plugins
import
plugin
class
BatchesWIPKEtool
(
plugin
.
InputPreparationPlugin
):
""" Input preparation
reads the WIP from the short format
"""
def
preprocess
(
self
,
data
):
nodes
=
data
[
'graph'
][
'node'
]
print
2
return
data
\ No newline at end of file
dream/simulation/Examples/GUI_models/BatchesWIPFromKEtool.json
View file @
b2e2e643
...
...
@@ -371,7 +371,7 @@
"input_id"
:
"EntryData"
},
{
"_class"
:
"dream.plugins.Batches.BatchesWIP
Short.BatchesWIPShort
"
,
"_class"
:
"dream.plugins.Batches.BatchesWIP
KEtool.BatchesWIPKEtool
"
,
"input_id"
:
"wip_spreadsheet"
},
{
...
...
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