Fix indexing so dimensions are never squeezed so they are included in response #199
Annotations
5 errors
|
Tests:
tests/test_select.py#L39
test_select_query
AssertionError: Dataset shape is incorrect
assert (1, 25, 53) == (25, 53)
At index 0 diff: 1 != 25
Left contains one more item: 53
Full diff:
(
+ 1,
25,
53,
)
|
Tests:
tests/test_select.py#L130
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#L146
test_select_position_regular_xy_interpolate
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
Process completed with exit code 1.
|
Loading