Feature inversion pipeline for modular iCNN construction #79
Annotations
10 errors
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'
|
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'
|
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'
|
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([[0.013031, 0.77839 , 0.287334, 0.134422, 0.237312, 0.949996,
0.297908, 0.522179, 0.410296, 0.811325],
[0.692471, 0.642743, 0.327325, 0.833749, 0.883922, 0.926732,...
|
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.567938, 0.59967 , 0.301819, 0.654384, 0.759512, 0.178451,
0.349614, 0.50772 , 0.092507, 0.755163])
|
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.082893, 0.640464, 0.156589, 0.952277, 0.830333, 0.162311,
0.238896, 0.842761, 0.870599, 0.036526],
[0.448737, 0.874871, 0.302271, 0.111081, 0.794118, 0.454219,...
|
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'}
+ {}
|
tests/bdata/test_bdata.py#L163
TestBdata.test_vmap_add_insufficient_vmap
AssertionError: ValueError not raised
|
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'}
+ {}
|
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