Skip to content

Commit 8a8ed8b

Browse files
committed
Apply formatting
1 parent 96fcdc0 commit 8a8ed8b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.nextmv/golden/python-pyvroom-routing/inputs/both-matrices.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"id": "vehicle-1",
55
"start_location": {
6-
"lon": 7.6250,
6+
"lon": 7.625,
77
"lat": 51.9422
88
},
99
"end_location": {
10-
"lon": 7.6250,
10+
"lon": 7.625,
1111
"lat": 51.9972
1212
},
1313
"capacity": 3
@@ -17,23 +17,23 @@
1717
{
1818
"id": "stop-1",
1919
"location": {
20-
"lon": 7.6250,
20+
"lon": 7.625,
2121
"lat": 51.9522
2222
},
2323
"quantity": 1
2424
},
2525
{
2626
"id": "stop-2",
2727
"location": {
28-
"lon": 7.6250,
28+
"lon": 7.625,
2929
"lat": 51.9922
3030
},
3131
"quantity": 1
3232
},
3333
{
3434
"id": "stop-3",
3535
"location": {
36-
"lon": 7.6750,
36+
"lon": 7.675,
3737
"lat": 51.9622
3838
},
3939
"quantity": 1

.nextmv/golden/python-pyvroom-routing/inputs/distance-matrix.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"id": "vehicle-1",
55
"start_location": {
6-
"lon": 7.6250,
6+
"lon": 7.625,
77
"lat": 51.9422
88
},
99
"end_location": {
10-
"lon": 7.6250,
10+
"lon": 7.625,
1111
"lat": 51.9972
1212
},
1313
"capacity": 3
@@ -17,23 +17,23 @@
1717
{
1818
"id": "stop-1",
1919
"location": {
20-
"lon": 7.6250,
20+
"lon": 7.625,
2121
"lat": 51.9522
2222
},
2323
"quantity": 1
2424
},
2525
{
2626
"id": "stop-2",
2727
"location": {
28-
"lon": 7.6250,
28+
"lon": 7.625,
2929
"lat": 51.9922
3030
},
3131
"quantity": 1
3232
},
3333
{
3434
"id": "stop-3",
3535
"location": {
36-
"lon": 7.6750,
36+
"lon": 7.675,
3737
"lat": 51.9622
3838
},
3939
"quantity": 1

.nextmv/golden/python-pyvroom-routing/inputs/max-duration.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"id": "vehicle-1",
55
"start_location": {
6-
"lon": 7.6250,
6+
"lon": 7.625,
77
"lat": 51.9422
88
},
99
"end_location": {
10-
"lon": 7.6250,
10+
"lon": 7.625,
1111
"lat": 51.9972
1212
},
1313
"capacity": 3,
@@ -19,23 +19,23 @@
1919
{
2020
"id": "stop-1",
2121
"location": {
22-
"lon": 7.6250,
22+
"lon": 7.625,
2323
"lat": 51.9522
2424
},
2525
"quantity": 1
2626
},
2727
{
2828
"id": "stop-2",
2929
"location": {
30-
"lon": 7.6250,
30+
"lon": 7.625,
3131
"lat": 51.9922
3232
},
3333
"quantity": 1
3434
},
3535
{
3636
"id": "stop-3",
3737
"location": {
38-
"lon": 7.6750,
38+
"lon": 7.675,
3939
"lat": 51.9622
4040
},
4141
"quantity": 1

0 commit comments

Comments
 (0)