Commit 353b4bde authored by Georgios Dagkakis's avatar Georgios Dagkakis

unused inputs removed from test and dump updated

parent 0e4f7799
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"maxSimTime": "-1", "maxSimTime": "-1",
"numberOfReplications": "1", "numberOfReplications": "1",
"trace": "Yes", "trace": "No",
"console": "No" "console": "No"
}, },
"nodes": { "nodes": {
...@@ -52,15 +52,12 @@ ...@@ -52,15 +52,12 @@
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"name": "Machine1", "name": "Machine1",
"operationType": "MT-Load-Processing",
"canDeliverOnInterruption": 1, "canDeliverOnInterruption": 1,
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": 5 "mean": 5
}, },
"shift": { "shift": {
"endUnfinished": 1,
"receiveBeforeEndThreshold": 7,
"shiftPattern": [ "shiftPattern": [
[ [
0, 0,
...@@ -92,7 +89,6 @@ ...@@ -92,7 +89,6 @@
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": {}, "failures": {},
"name": "Machine2", "name": "Machine2",
"operationType": "MT-Load-Processing",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": 10 "mean": 10
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
"results": { "results": {
"blockage_ratio": 6.666666666666667, "blockage_ratio": 6.666666666666667,
"failure_ratio": 0.0, "failure_ratio": 0.0,
"load_ratio": 0.0,
"off_shift_ratio": 76.66666666666667, "off_shift_ratio": 76.66666666666667,
"waiting_ratio": 0.0, "waiting_ratio": 0.0,
"working_ratio": 16.666666666666668 "working_ratio": 16.666666666666668
...@@ -31,7 +30,6 @@ ...@@ -31,7 +30,6 @@
"results": { "results": {
"blockage_ratio": 0.0, "blockage_ratio": 0.0,
"failure_ratio": 0.0, "failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 0.0, "waiting_ratio": 0.0,
"working_ratio": 100.0 "working_ratio": 100.0
} }
......
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