Round floats in simulation tests to 3dp (#7211)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -106,7 +106,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"segment": {
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 23.7998,
|
||||
"x": 23.8,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
@ -123,8 +123,8 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"segment": {
|
||||
"type": "arc",
|
||||
"center": {
|
||||
"x": 23.7998,
|
||||
"y": 58.7502
|
||||
"x": 23.8,
|
||||
"y": 58.75
|
||||
},
|
||||
"radius": 58.7502,
|
||||
"start": {
|
||||
@ -149,7 +149,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 0.0,
|
||||
"y": 23.7998,
|
||||
"y": 23.8,
|
||||
"z": 0.0
|
||||
},
|
||||
"relative": true
|
||||
@ -237,7 +237,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"type": "move_path_pen",
|
||||
"path": "[uuid]",
|
||||
"to": {
|
||||
"x": 30.1625,
|
||||
"x": 30.162,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
@ -372,7 +372,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"segment": {
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 23.7998,
|
||||
"x": 23.8,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
@ -389,8 +389,8 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"segment": {
|
||||
"type": "arc",
|
||||
"center": {
|
||||
"x": 23.7998,
|
||||
"y": 58.7502
|
||||
"x": 23.8,
|
||||
"y": 58.75
|
||||
},
|
||||
"radius": 58.7502,
|
||||
"start": {
|
||||
@ -415,7 +415,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"type": "line",
|
||||
"end": {
|
||||
"x": 0.0,
|
||||
"y": 23.7998,
|
||||
"y": 23.8,
|
||||
"z": 0.0
|
||||
},
|
||||
"relative": true
|
||||
@ -503,7 +503,7 @@ description: Artifact commands subtract_regression08.kcl
|
||||
"type": "move_path_pen",
|
||||
"path": "[uuid]",
|
||||
"to": {
|
||||
"x": 23.8125,
|
||||
"x": 23.813,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user