Skip to content

rewrite for lazy evaluation of big files, WIP #48

rewrite for lazy evaluation of big files, WIP

rewrite for lazy evaluation of big files, WIP #48

Triggered via push October 4, 2023 09:55
Status Failure
Total duration 1m 17s
Artifacts

test_docker.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build (3.10): tests/test_methods.py#L20
test_getitem FAILURE: check (448, 1024) == (1024, 448) test_methods.py:21 in test_getitem() -> check.equal(testdata_specim[0].shape, (1024, 448)) FAILURE: check (448, 1024) == (1024, 448) ------------------------------------------------------------ Failed Checks: 2
build (3.10): tests/test_methods.py#L26
test_shape FAILURE: check (2, 448, 1024) == (2, 1024, 448) test_methods.py:27 in test_shape() -> check.equal(testdata_specim.shape, (2, 1024, 448)) ------------------------------------------------------------ Failed Checks: 1
build (3.10): tests/test_methods.py#L46
test_broadband_albedo ValueError: operands could not be broadcast together with shapes (1,1,447) (2,448,1023)
build (3.10)
Process completed with exit code 1.
build (3.11)
The job was canceled because "_3_10" failed.
build (3.11): tests/test_methods.py#L20
test_getitem FAILURE: check (448, 1024) == (1024, 448) test_methods.py:21 in test_getitem() -> check.equal(testdata_specim[0].shape, (1024, 448)) FAILURE: check (448, 1024) == (1024, 448) ------------------------------------------------------------ Failed Checks: 2
build (3.11): tests/test_methods.py#L26
test_shape FAILURE: check (2, 448, 1024) == (2, 1024, 448) test_methods.py:27 in test_shape() -> check.equal(testdata_specim.shape, (2, 1024, 448)) ------------------------------------------------------------ Failed Checks: 1
build (3.11): tests/test_methods.py#L46
test_broadband_albedo ValueError: operands could not be broadcast together with shapes (1,1,447) (2,448,1023)
build (3.11)
The operation was canceled.