Commit 75d48a99 authored by panos's avatar panos

Bug fixed in the Run Knowledge Extraction feature

parent d205d6c5
...@@ -197,7 +197,7 @@ def _runKnowledgeExtraction(parameter_dict): ...@@ -197,7 +197,7 @@ def _runKnowledgeExtraction(parameter_dict):
temp= B.ks_test(values) temp= B.ks_test(values)
dist=temp['distributionType'] dist=temp['distributionType']
del temp['distributionType'] del temp['distributionType']
temp={dist:temp} temp={dist:temp, "distribution": dist}
from pprint import pprint from pprint import pprint
pprint(temp) pprint(temp)
parameter_dict['graph']['node'][station]['processingTime'] = temp parameter_dict['graph']['node'][station]['processingTime'] = temp
......
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