Commit b2e2e643 authored by Georgios Dagkakis's avatar Georgios Dagkakis

new plugin to call KE tool added and the model set to call this plugin

parent 9e3d038b
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
......@@ -371,7 +371,7 @@
"input_id": "EntryData"
},
{
"_class": "dream.plugins.Batches.BatchesWIPShort.BatchesWIPShort",
"_class": "dream.plugins.Batches.BatchesWIPKEtool.BatchesWIPKEtool",
"input_id": "wip_spreadsheet"
},
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment