Skip to content

Commit

Permalink
Delete blank spaces in JSON test files
Browse files Browse the repository at this point in the history
Signed-off-by: VEDELAGO MIORA <miora.ralambotiana@rte-france.com>
  • Loading branch information
miovd committed Mar 13, 2023
1 parent 6ed1ece commit 684f0d4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@
"p0" : 42.0,
"relativeValue" : false
}, {
"type": "HVDC",
"id": "id25",
"hvdcId": "hvdc1",
"acEmulationEnabled": false,
"activePowerSetpoint": 12.0,
"relativeValue": true
}, {
"type" : "HVDC",
"id" : "id25",
"hvdcId" : "hvdc1",
"acEmulationEnabled" : false,
"activePowerSetpoint" : 12.0,
"relativeValue" : true
}, {
"type" : "SHUNT_COMPENSATOR_POSITION",
"id" : "id22",
"shuntCompensatorId" : "shuntId1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.0",
"version" : "1.1",
"actions" : [ {
"type" : "SWITCH",
"id" : "id1",
Expand Down Expand Up @@ -30,27 +30,27 @@
"type" : "PHASE_TAP_CHANGER_TAP_POSITION",
"id" : "id5",
"transformerId" : "transformerId1",
"value" : 5,
"tapPosition" : 5,
"relativeValue" : true,
"side" : "TWO"
}, {
"type" : "PHASE_TAP_CHANGER_TAP_POSITION",
"id" : "id6",
"transformerId" : "transformerId2",
"value" : 12,
"tapPosition" : 12,
"relativeValue" : false
}, {
"type" : "PHASE_TAP_CHANGER_TAP_POSITION",
"id" : "id7",
"transformerId" : "transformerId3",
"value" : -5,
"tapPosition" : -5,
"relativeValue" : true,
"side" : "ONE"
}, {
"type" : "PHASE_TAP_CHANGER_TAP_POSITION",
"id" : "id8",
"transformerId" : "transformerId3",
"value" : 2,
"tapPosition" : 2,
"relativeValue" : false,
"side" : "THREE"
}, {
Expand Down Expand Up @@ -87,14 +87,14 @@
"type" : "RATIO_TAP_CHANGER_TAP_POSITION",
"id" : "id14",
"transformerId" : "transformerId4",
"value" : 2,
"tapPosition" : 2,
"relativeValue" : false,
"side" : "THREE"
}, {
"type" : "RATIO_TAP_CHANGER_TAP_POSITION",
"id" : "id15",
"transformerId" : "transformerId5",
"value" : 1,
"tapPosition" : 1,
"relativeValue" : true
}, {
"type" : "RATIO_TAP_CHANGER_REGULATION",
Expand Down Expand Up @@ -156,13 +156,13 @@
"p0" : 42.0,
"relativeValue" : false
}, {
"type": "HVDC",
"id": "id25",
"hvdcId": "hvdc1",
"acEmulationEnabled": false,
"activePowerSetpoint": 12.0,
"relativeValue": true
}, {
"type" : "HVDC",
"id" : "id25",
"hvdcId" : "hvdc1",
"acEmulationEnabled" : false,
"activePowerSetpoint" : 12.0,
"relativeValue" : true
}, {
"type" : "SHUNT_COMPENSATOR_POSITION",
"id" : "id22",
"shuntCompensatorId" : "shuntId1",
Expand Down

0 comments on commit 684f0d4

Please sign in to comment.