Add CRS support for queries #203
Annotations
4 errors and 2 warnings
Tests:
tests/test_cf_router.py#L96
test_cf_position_query
AssertionError: Time should be the only remaining axes
assert ['t', 'y', 'x'] == ['t']
Left contains 2 more items, first extra item: 'y'
Full diff:
[
't',
+ 'y',
+ 'x',
]
|
Tests:
tests/test_select.py#L138
test_select_position_regular_xy
AssertionError: Dataset shape is incorrect
assert (2920, 1, 1) == (2920,)
Left contains 2 more items, first extra item: 1
Full diff:
(
2920,
+ 1,
+ 1,
)
|
Tests:
tests/test_select.py#L156
test_select_position_projected_xy
AssertionError:
Items are not equal to 7 significant digits:
ACTUAL: 0.7595574183608546
DESIRED: 0.89959461
|
Tests
Process completed with exit code 1.
|
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/
|
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/
|
Loading