dataStore/dataStructures ready. proj4 and more readers complete #9
Annotations
14 errors and 2 warnings
error: expect(received).toEqual(expected):
tests/proj4/index.test.ts#L23
{
x: 37.33761240175515,
+ y: 55.60447049026975,
- y: 55.604470490269755,
}
- Expected - 1
+ Received + 1
at /home/runner/work/s2-tools/s2-tools/tests/proj4/index.test.ts:23:61
|
error: expect(received).toEqual(expected):
tests/geometry/s2/cap.test.ts#L123
Expected: 1.0471975511965976
Received: 1.0471975511965979
at /home/runner/work/s2-tools/s2-tools/tests/geometry/s2/cap.test.ts:123:23
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L38
[
-78.76218940982291,
+ 40.983072129796334,
- 40.98307212979634,
-78.61248498502884,
+ 41.128470212130225
- 41.12847021213023
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:38:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L155
[
-27.980082548328227,
25.02030724471789,
+ -27.979541874608195,
+ 25.02079989109544
- -27.9795418746082,
- 25.020799891095436
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:155:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L240
[
40.790879898859956,
64.22188358453757,
+ 40.7922192319382,
- 40.792219231938205,
64.2223720893481
]
- Expected - 1
+ Received + 1
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:240:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L409
[
+ -51.85864116709958,
- -51.85864116709959,
59.421978643657354,
+ -51.85860959263304,
- -51.85860959263306,
59.42131092467509
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:409:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L430
[
+ -113.31933294734618,
+ -41.667137830995244,
- -113.31933294734617,
- -41.66713783099524,
-113.31832403831677,
-41.66708033666237
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:430:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L505
[
+ -42.96495690856995,
- -42.96495690856996,
43.598542922816904,
-42.96482656961041,
+ 43.5992916532844
- 43.59929165328441
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:505:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L680
[
-84.93299846146739,
+ 40.375665986398886,
- 40.375665986398914,
-84.93239011516971,
+ 40.37613299657457
- 40.37613299657465
]
- Expected - 2
+ Received + 2
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:680:27
|
error: expect(received).toEqual(expected):
tests/readers/geotiff/proj4.test.ts#L730
[
-69.08909055988515,
+ 54.00219682088313,
- 54.002196820883135,
-69.08882272890078,
54.0023659994581
]
- Expected - 1
+ Received + 1
at /home/runner/work/s2-tools/s2-tools/tests/readers/geotiff/proj4.test.ts:730:27
|
Test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Test (macos-latest)
The operation was canceled.
|
Test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Test (windows-latest)
The operation was canceled.
|
Test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|