feat: add 'transforms' JS crate and include in augurs JS bindings #218
Annotations
2 errors and 1 warning
Run tests:
js/testpkg/transforms.test.ts#L35
AssertionError: expected [ Float64Array[ 0.1, …(32.7) ] ] to deeply equal [ Array(32) ]
- Expected
+ Received
Array [
+ Float64Array [
0.1,
- 0.3,
+ 0.30000000000000004,
0.8,
0.5,
0.1,
- 0.31,
- 0.79,
- 0.48,
- 0.09,
- 0.29,
+ 0.31000000000000005,
+ 0.7899999999999999,
+ 0.48000000000000004,
+ 0.09000000000000002,
+ 0.29000000000000004,
0.81,
0.49,
- 0.11,
+ 0.11000000000000003,
0.28,
0.78,
0.53,
0.1,
- 0.3,
+ 0.30000000000000004,
0.8,
0.5,
0.1,
- 0.31,
- 0.79,
- 0.48,
- 0.09,
- 0.29,
+ 0.31000000000000005,
+ 0.7899999999999999,
+ 0.48000000000000004,
+ 0.09000000000000002,
+ 0.29000000000000004,
0.81,
0.49,
- 0.11,
+ 0.11000000000000003,
0.28,
0.78,
0.53,
+ ],
]
❯ transforms.test.ts:35:32
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading