Commit 71c5a598 authored by panos's avatar panos Committed by Jérome Perrin

Bugs fixed in ProductionLine example

parent 24ca41ff
......@@ -266,37 +266,37 @@
"edges": {
"24": [
"QPa",
"PaB",
"P11",
{}
],
"25": [
"PaA",
"P10",
"E1",
{}
],
"26": [
"PaB",
"P11",
"E1",
{}
],
"20": [
"QPr",
"PrB",
"P9",
{}
],
"21": [
"PrA",
"P8",
"QPa",
{}
],
"22": [
"PrB",
"P9",
"QPa",
{}
],
"23": [
"QPa",
"PaA",
"P10",
{}
],
"1": [
......@@ -311,7 +311,7 @@
],
"3": [
"BDA",
"M1A",
"P1",
{}
],
"2": [
......@@ -321,21 +321,21 @@
],
"5": [
"Q2A",
"M2A",
"P2",
{}
],
"4": [
"M1A",
"P1",
"Q2A",
{}
],
"7": [
"Q3A",
"M3A",
"P3",
{}
],
"6": [
"M2A",
"P2",
"Q3A",
{}
],
......@@ -345,43 +345,43 @@
{}
],
"8": [
"M3A",
"P3",
"BRA",
{}
],
"11": [
"M1B",
"P4",
"Q2B",
{}
],
"10": [
"BDB",
"M1B",
"P4",
{}
],
"13": [
"M2B",
"P5",
"Q3B",
{}
],
"12": [
"Q2B",
"M2B",
"P5",
{}
],
"15": [
"M3B",
"P5",
"BRB",
{}
],
"14": [
"Q3B",
"M3B",
"P6",
{}
],
"17": [
"QM",
"MM",
"P7",
{}
],
"16": [
......@@ -391,11 +391,11 @@
],
"19": [
"QPr",
"PrA",
"P8",
{}
],
"18": [
"MM",
"P7",
"QPr",
{}
]
......@@ -405,6 +405,6 @@
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"trace": "No",
"numberOfReplications": "1"
"numberOfReplications": "10"
}
}
\ No newline at end of file
......@@ -31,7 +31,6 @@ from ExcelOutput import Output
from ReplaceMissingValues import HandleMissingValues
from ImportExceldata import Import_Excel
import xlrd
import json
#import ManPy main JSON script
import dream.simulation.LineGenerationJSON as ManPyMain
#================= Main script of KE tool =====================================#
......
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