Round floats in simulation tests to 3dp (#7211)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -141,7 +141,7 @@ description: Artifact commands parametric.kcl
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 0.0,
|
||||
"y": -0.1852,
|
||||
"y": -0.185,
|
||||
"z": 0.0
|
||||
},
|
||||
"relative": true
|
||||
@ -157,7 +157,7 @@ description: Artifact commands parametric.kcl
|
||||
"segment": {
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": -7.8148,
|
||||
"x": -7.815,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
@ -175,7 +175,7 @@ description: Artifact commands parametric.kcl
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 0.0,
|
||||
"y": -4.8148,
|
||||
"y": -4.815,
|
||||
"z": 0.0
|
||||
},
|
||||
"relative": true
|
||||
|
||||
@ -120,7 +120,7 @@ description: Variables in memory after executing parametric.kcl
|
||||
"tag": null,
|
||||
"to": [
|
||||
8.0,
|
||||
4.8148
|
||||
4.815
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
@ -134,12 +134,12 @@ description: Variables in memory after executing parametric.kcl
|
||||
},
|
||||
"from": [
|
||||
8.0,
|
||||
4.8148
|
||||
4.815
|
||||
],
|
||||
"tag": null,
|
||||
"to": [
|
||||
0.1852,
|
||||
4.8148
|
||||
0.185,
|
||||
4.815
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
@ -152,12 +152,12 @@ description: Variables in memory after executing parametric.kcl
|
||||
"sourceRange": []
|
||||
},
|
||||
"from": [
|
||||
0.1852,
|
||||
4.8148
|
||||
0.185,
|
||||
4.815
|
||||
],
|
||||
"tag": null,
|
||||
"to": [
|
||||
0.1852,
|
||||
0.185,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
@ -171,7 +171,7 @@ description: Variables in memory after executing parametric.kcl
|
||||
"sourceRange": []
|
||||
},
|
||||
"from": [
|
||||
0.1852,
|
||||
0.185,
|
||||
0.0
|
||||
],
|
||||
"tag": null,
|
||||
@ -315,7 +315,7 @@ description: Variables in memory after executing parametric.kcl
|
||||
},
|
||||
"thickness": {
|
||||
"type": "Number",
|
||||
"value": 0.1852,
|
||||
"value": 0.185,
|
||||
"ty": {
|
||||
"type": "Default",
|
||||
"len": {
|
||||
|
||||
Reference in New Issue
Block a user