Skip to content

Commit

Permalink
fixup! editoast: remove none from margin values
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Jul 17, 2024
1 parent fd922b8 commit 22ea2c6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
],
"comfort": "STANDARD",
"margin": "None"
"margin": "0%"
},
"prelude": [
{
Expand Down Expand Up @@ -132,7 +132,7 @@
"2"
],
"values": [
"None",
"0%",
"7%"
]
},
Expand Down Expand Up @@ -171,12 +171,6 @@
"initial_speed": 0,
"labels": [],
"constraint_distribution": "MARECO",
"margins": {
"boundaries": [],
"values": [
"None"
]
},
"options": {
"use_electrical_profiles": false
},
Expand Down Expand Up @@ -207,12 +201,6 @@
"initial_speed": 0,
"labels": [],
"constraint_distribution": "STANDARD",
"margins": {
"boundaries": [],
"values": [
"None"
]
},
"options": {
"use_electrical_profiles": false
},
Expand Down Expand Up @@ -243,12 +231,6 @@
"initial_speed": 0,
"labels": [],
"constraint_distribution": "STANDARD",
"margins": {
"boundaries": [],
"values": [
"None"
]
},
"options": {
"use_electrical_profiles": false
},
Expand Down Expand Up @@ -299,7 +281,7 @@
"2"
],
"values": [
"None",
"0%",
"8%"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"2"
],
"values": [
"None",
"0%",
"4min/100km"
]
},
Expand Down
10 changes: 5 additions & 5 deletions tests/tests/regression_tests_data/stdcm_timetable_conflict.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"comfort": "STANDARD",
"margin": "None"
"margin": "0%"
},
"prelude": [
{
Expand Down Expand Up @@ -120,8 +120,8 @@
"2"
],
"values": [
"None",
"None"
"0%",
"0%"
]
},
"options": {
Expand Down Expand Up @@ -215,8 +215,8 @@
"2"
],
"values": [
"None",
"None"
"0%",
"0%"
]
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"comfort": "STANDARD",
"margin": "None",
"margin": "0%",
"standard_allowance": "14%"
},
"prelude": [
Expand Down Expand Up @@ -96,9 +96,9 @@
"4"
],
"values": [
"None",
"0%",
"7min/100km",
"None"
"0%"
]
},
"options": {
Expand Down Expand Up @@ -151,7 +151,7 @@
"2"
],
"values": [
"None",
"0%",
"5%"
]
},
Expand Down Expand Up @@ -195,12 +195,6 @@
"initial_speed": 0,
"labels": [],
"constraint_distribution": "MARECO",
"margins": {
"boundaries": [],
"values": [
"None"
]
},
"options": {
"use_electrical_profiles": false
},
Expand Down Expand Up @@ -236,12 +230,6 @@
"initial_speed": 0,
"labels": [],
"constraint_distribution": "STANDARD",
"margins": {
"boundaries": [],
"values": [
"None"
]
},
"options": {
"use_electrical_profiles": false
},
Expand Down Expand Up @@ -292,8 +280,8 @@
"2"
],
"values": [
"None",
"None"
"0%",
"0%"
]
},
"options": {
Expand Down

0 comments on commit 22ea2c6

Please sign in to comment.