Skip to content

Commit

Permalink
Backmerge: #2478 - The arrow is displayed incorrect when import from …
Browse files Browse the repository at this point in the history
…rxn file (#2581)
  • Loading branch information
AliaksandrDziarkach authored Oct 25, 2024
1 parent fadb0a4 commit 9b9895c
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 98 deletions.
108 changes: 54 additions & 54 deletions api/tests/integration/tests/basic/ref/crazystereo.ket
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"mode": "open-angle",
"pos": [
{
"x": -5.2799,
"y": 0.5598,
"x": 9.542718,
"y": 0.0,
"z": 0.0
},
{
"x": -4.3695,
"y": 0.85445,
"x": 11.542719,
"y": 0.0,
"z": 0.0
}
]
Expand All @@ -33,80 +33,80 @@
{
"label": "C",
"location": [
-8.3089,
0.9723,
4.071359,
0.79999,
0.0
]
},
{
"label": "C",
"location": [
-9.0234,
1.3848,
2.685678,
1.59998,
0.0
]
},
{
"label": "C",
"location": [
-9.7379,
0.9723,
1.3,
0.79999,
0.0
]
},
{
"label": "C",
"location": [
-9.7379,
0.1473,
1.3,
-0.79999,
0.0
]
},
{
"label": "C",
"location": [
-9.0234,
-0.2652,
2.685678,
-1.59998,
0.0
]
},
{
"label": "C",
"location": [
-8.3089,
0.1473,
4.071359,
-0.79999,
0.0
]
},
{
"label": "C",
"location": [
-7.5945,
-0.2652,
5.456844,
-1.59998,
0.0
]
},
{
"label": "C",
"location": [
-6.8799,
0.1473,
6.842718,
-0.79999,
0.0
]
},
{
"label": "C",
"location": [
-6.8799,
0.9723,
6.842718,
0.79999,
0.0
]
},
{
"label": "C",
"location": [
-7.5945,
1.3848,
5.456844,
1.59998,
0.0
]
}
Expand Down Expand Up @@ -197,122 +197,122 @@
{
"label": "C",
"location": [
0.0884,
2.7107,
19.785242,
3.599955,
0.0
]
},
{
"label": "C",
"location": [
-0.6261,
2.2982,
18.399563,
2.799964,
0.0
]
},
{
"label": "C",
"location": [
-0.6261,
1.4732,
18.399563,
1.199985,
0.0
],
"stereoLabel": "&1"
},
{
"label": "C",
"location": [
0.0884,
1.0607,
19.785242,
0.399995,
0.0
]
},
{
"label": "C",
"location": [
0.8029,
1.4732,
21.170923,
1.199985,
0.0
]
},
{
"label": "C",
"location": [
0.8029,
2.2982,
21.170923,
2.799964,
0.0
]
},
{
"label": "C",
"location": [
-1.3405,
1.0607,
17.014078,
0.399995,
0.0
],
"stereoLabel": "&1"
},
{
"label": "C",
"location": [
-2.055,
1.4732,
15.628398,
1.199985,
0.0
]
},
{
"label": "C",
"location": [
-2.7695,
1.0607,
14.242719,
0.399995,
0.0
]
},
{
"label": "C",
"location": [
-2.7695,
0.2357,
14.242719,
-1.199985,
0.0
]
},
{
"label": "C",
"location": [
-2.055,
-0.1768,
15.628398,
-1.999975,
0.0
]
},
{
"label": "C",
"location": [
-1.3405,
0.2357,
17.014078,
-1.199985,
0.0
]
},
{
"label": "P",
"location": [
-0.6261,
-0.1768,
18.399563,
-1.999975,
0.0
]
},
{
"label": "C",
"location": [
0.1989,
-0.1768,
19.999542,
-1.999975,
0.0
]
},
{
"label": "C",
"location": [
-0.6261,
-1.0018,
18.399563,
-3.599955,
0.0
]
}
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/tests/formats/rxn_no_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)
)

from env_indigo import * # noqa
from env_indigo import Indigo, joinPathPy # noqa

indigo = Indigo()
indigo.setOption("json-saving-pretty", True)
Expand Down
Loading

0 comments on commit 9b9895c

Please sign in to comment.