Commit dc7cd07f authored by panos's avatar panos

Example ammended based on the objects name changes

parent 82c1f00f
...@@ -22,7 +22,7 @@ Created on 3 Dec 2014 ...@@ -22,7 +22,7 @@ Created on 3 Dec 2014
# along with DREAM. If not, see <http://www.gnu.org/licenses/>. # along with DREAM. If not, see <http://www.gnu.org/licenses/>.
# =========================================================================== # ===========================================================================
from dream.KnowledgeExtraction.Transformations import BasicTransformations from dream.KnowledgeExtraction.Transformations import Transformations
from dream.KnowledgeExtraction.DistributionFitting import Distributions from dream.KnowledgeExtraction.DistributionFitting import Distributions
from xml.etree import ElementTree as et from xml.etree import ElementTree as et
from dream.KnowledgeExtraction.Simul8XML import Simul8Output from dream.KnowledgeExtraction.Simul8XML import Simul8Output
...@@ -61,7 +61,7 @@ def main(test=0, simul8XMLFileName='ParallelStations.xml', ...@@ -61,7 +61,7 @@ def main(test=0, simul8XMLFileName='ParallelStations.xml',
else: else:
continue continue
#The BasicTransformations object is called to conduct some data transformations #The BasicTransformations object is called to conduct some data transformations
transform = BasicTransformations() transform = Transformations()
procTime_MILL1=[] procTime_MILL1=[]
for elem in MILL1: for elem in MILL1:
t1=[] t1=[]
......
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