Feature inversion pipeline for modular iCNN construction #77
Annotations
10 errors
Test with pytest:
tests/test_mri.py#L23
TestMri.test_add_load_epi_pass0001
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/bdpy/bdpy/tests/data/mri/epi.mat'
|
Test with pytest:
tests/test_mri.py#L23
TestMri.test_get_roiflag_pass0001
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/bdpy/bdpy/tests/data/mri/epi.mat'
|
Test with pytest:
tests/test_mri.py#L23
TestMri.test_get_roiflag_pass0002
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/bdpy/bdpy/tests/data/mri/epi.mat'
|
Test with pytest:
tests/bdata/test_bdata.py#L31
TestBdata.test_add_get
AssertionError:
Arrays are not equal
(shapes (5, 0, 38), (5, 10) mismatch)
x: array([], shape=(5, 0, 38), dtype=float64)
y: array([[5.324491e-02, 1.687552e-01, 7.521239e-01, 6.740638e-01,
6.438297e-02, 6.837922e-01, 5.467444e-02, 1.959043e-01,
2.715214e-01, 3.374766e-04],...
|
Test with pytest:
tests/bdata/test_bdata.py#L88
TestBdata.test_metadata_add_get_where
AssertionError:
Arrays are not equal
(shapes (0, 18), (10,) mismatch)
x: array([], shape=(0, 18), dtype=float64)
y: array([0.900107, 0.570117, 0.409955, 0.137952, 0.929395, 0.927083,
0.149484, 0.346935, 0.616103, 0.73625 ])
|
Test with pytest:
tests/bdata/test_bdata.py#L126
TestBdata.test_select
AssertionError:
Arrays are not equal
(shapes (5, 0, 15), (5, 10) mismatch)
x: array([], shape=(5, 0, 15), dtype=float64)
y: array([[0.713285, 0.40987 , 0.106118, 0.364242, 0.831581, 0.846129,
0.757627, 0.916038, 0.121509, 0.696152],
[0.758787, 0.628001, 0.678229, 0.779348, 0.527674, 0.853831,...
|
Test with pytest:
tests/bdata/test_bdata.py#L154
TestBdata.test_vmap_add_get
AssertionError: assert {} == {1: 'label-1'... 4: 'label-4'}
Right contains 4 more items:
{1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
Full diff:
- {1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
+ {}
|
Test with pytest:
tests/bdata/test_bdata.py#L163
TestBdata.test_vmap_add_insufficient_vmap
AssertionError: ValueError not raised
|
Test with pytest:
tests/bdata/test_bdata.py#L172
TestBdata.test_vmap_add_same_map
AssertionError: assert {} == {1: 'label-1'... 4: 'label-4'}
Right contains 4 more items:
{1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
Full diff:
- {1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
+ {}
|
Test with pytest:
tests/bdata/test_bdata.py#L224
TestBdata.test_vmap_add_unnecessary_vmap
AssertionError: assert {} == {1: 'label-1'... 4: 'label-4'}
Right contains 4 more items:
{1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
Full diff:
- {1: 'label-1', 2: 'label-2', 3: 'label-3', 4: 'label-4'}
+ {}
|
The logs for this run have expired and are no longer available.
Loading