Feature inversion pipeline for modular iCNN construction #88
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([[0.765057, 0.546604, 0.731113, 0.179362, 0.957539, 0.823431,
0.590613, 0.278394, 0.746335, 0.462501],
[0.560615, 0.518222, 0.216799, 0.915455, 0.098389, 0.698721,...
|
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.199441, 0.881228, 0.31758 , 0.506571, 0.444644, 0.907028,
0.614608, 0.145722, 0.930562, 0.521595])
|
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.615433, 0.225228, 0.028778, 0.043504, 0.197319, 0.438315,
0.478019, 0.373469, 0.275568, 0.572032],
[0.321078, 0.211675, 0.874064, 0.805205, 0.344848, 0.680833,...
|
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#L164
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