Skip to content

Commit

Permalink
Bigger load break switch (#425)
Browse files Browse the repository at this point in the history
* Load break switch of same size as breaker
* Update unit test reference

Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup authored Nov 9, 2022
1 parent afe555f commit 99dbbc2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"type" : "LOAD_BREAK_SWITCH",
"anchorPoints" : [ {
"x" : 0.0,
"y" : -5.0,
"y" : -10.0,
"orientation" : "VERTICAL"
}, {
"x" : 0.0,
"y" : 5.0,
"y" : 10.0,
"orientation" : "VERTICAL"
} ],
"size" : {
"width" : 10.0,
"height" : 10.0
"width" : 20.0,
"height" : 20.0
},
"transformations" : { "LEFT":"ROTATION", "RIGHT":"ROTATION" },
"subComponents" : [ {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99dbbc2

Please sign in to comment.