Commit 41191a72 authored by panos's avatar panos

A bug fixed in the example

parent b3f95f9f
...@@ -65,7 +65,7 @@ def main(test=0, ExcelFileName1='InterarrivalsData.xls', ...@@ -65,7 +65,7 @@ def main(test=0, ExcelFileName1='InterarrivalsData.xls',
S1 = distMLE.Exponential_distrfit(S1) S1 = distMLE.Exponential_distrfit(S1)
if not simul8XMLFile: if not simul8XMLFile:
datafile=(os.path.join(os.path.dirname(os.path.realpath(__file__)), simul8XMLFileName)) #It defines the name or the directory of the XML file that is manually written the CMSD information model datafile=(os.path.join(os.path.dirname(os.path.realpath(__file__)), simul8XMLFileName)) #It defines the name or the directory of the XML file
tree = et.parse(datafile) tree = et.parse(datafile)
else: else:
datafile=simul8XMLFile datafile=simul8XMLFile
......
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