Add CRS support for queries #202
Annotations
5 errors
|
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#L137
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#L155
test_select_position_projected_xy
AssertionError:
Items are not equal to 7 significant digits:
ACTUAL: 0.7632758532456487
DESIRED: 0.89959461
|
Tests
Process completed with exit code 1.
|
Loading