[Debian-med-packaging] Bug#1117755: nipy: FTBFS: failing tests
Santiago Vila
sanvila at debian.org
Fri Oct 10 17:27:26 BST 2025
Package: src:nipy
Version: 0.6.1-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202510/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:nipy, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild --with=sphinxdoc
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Do not force maintainers to install Build-Depends on local machine
dh_auto_clean || rm -rf __pycache__ .pybuild
pybuild --clean -i python{version} -p 3.13
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
: # I: Custom cleaning
rm -rf build nipy/neurospin/__config__.py
[... snipped ...]
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_incompatible_args
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:100: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
return FmriRealign4d(runs, tr=3, slice_times=slice_times,
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_incompatible_args
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/groupwise_registration.py:1187: UserWarning: Please make sure you are NOT using SPM-style slice order declaration
warnings.warn('Please make sure you are NOT using '
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:138: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
slice_axis = int(np.where(orient[:, 0] == 2)[0])
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_runs_with_different_affines
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_spacetimerealign_params
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_lowlevel_params
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_spacerealign
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_single_image
nipy/algorithms/registration/tests/test_slice_timing.py::test_slice_time_correction
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/groupwise_registration.py:471: UserWarning: Minimization failed
warnings.warn('Minimization failed')
nipy/algorithms/statistics/formula/tests/test_formula.py: 12 warnings
nipy/modalities/fmri/fmristat/tests/test_FIAC.py: 4 warnings
nipy/modalities/fmri/tests/test_design.py: 16 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/formula/formulae.py:707: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword
return np.all(np.equal(np.array(self), np.array(other)))
nipy/algorithms/statistics/tests/test_quantile.py::test_median
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:32: ComplexWarning: Casting complex values to real discards the imaginary part
assert_array_equal(_median(X, axis=a).squeeze(),
nipy/algorithms/statistics/tests/test_quantile.py::test_median
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:33: ComplexWarning: Casting complex values to real discards the imaginary part
np_median(X.astype(np.float64), axis=a))
nipy/algorithms/statistics/tests/test_quantile.py::test_quantile
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:42: ComplexWarning: Casting complex values to real discards the imaginary part
_quantile(X, .75, axis=a, interp=True).squeeze(),
nipy/algorithms/statistics/tests/test_quantile.py::test_quantile
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:24: ComplexWarning: Casting complex values to real discards the imaginary part
return np.apply_along_axis(sp_percentile, axis, arr.astype(float), pct)
nipy/algorithms/statistics/tests/test_rft.py: 22 warnings
/usr/lib/python3/dist-packages/numpy/lib/_polynomial_impl.py:1366: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
other = poly1d(other)
nipy/algorithms/statistics/tests/test_rft.py::test_chi2
nipy/algorithms/statistics/tests/test_rft.py::test_F1
nipy/algorithms/statistics/tests/test_rft.py::test_F2
nipy/algorithms/statistics/tests/test_rft.py::test_F3
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_rft.py:76: RuntimeWarning: divide by zero encountered in divide
_t = np.power(2., -j) / (factorial(k-j) * factorial(j))
nipy/algorithms/statistics/tests/test_rft.py: 10 warnings
/usr/lib/python3/dist-packages/numpy/lib/_polynomial_impl.py:978: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
a1, a2 = poly1d(a1), poly1d(a2)
nipy/algorithms/tests/test_resample.py: 3 warnings
nipy/core/reference/tests/test_array_coords.py: 2 warnings
nipy/core/reference/tests/test_coordinate_map.py: 2 warnings
nipy/core/reference/tests/test_parametrized_surface.py: 3 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1156: UserWarning: composition of non-affine CoordinateMaps is less robust than the AffineTransform
warnings.warn("composition of non-affine CoordinateMaps is "
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
/usr/lib/python3/dist-packages/_pytest/raises.py:296: DeprecationWarning: rollaxis deprecated, please use rollimg instead
func(*args[1:], **kwargs)
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:295: DeprecationWarning: rollaxis deprecated, please use rollimg instead
assert_almost_equal(image.rollaxis(im, 1).affine, np.diag([2,1,3,4,1]))
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:296: DeprecationWarning: rollaxis deprecated, please use rollimg instead
assert_almost_equal(image.rollaxis(im, 2).affine, np.diag([3,1,2,4,1]))
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:297: DeprecationWarning: rollaxis deprecated, please use rollimg instead
assert_almost_equal(image.rollaxis(im, 3).affine, np.diag([4,1,2,3,1]))
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:306: DeprecationWarning: rollaxis deprecated, please use rollimg instead
im_rolled = image.rollaxis(im_unamb, 'l')
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:310: DeprecationWarning: rollaxis deprecated, please use rollimg instead
im_i = image.rollaxis(im, i)
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:311: DeprecationWarning: rollaxis deprecated, please use rollimg instead
im_o = image.rollaxis(im, o)
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:312: DeprecationWarning: rollaxis deprecated, please use rollimg instead
im_n = image.rollaxis(im, n)
nipy/core/image/tests/test_image.py: 12 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:317: DeprecationWarning: rollaxis deprecated, please use rollimg instead
im_n_inv = image.rollaxis(_im, n, inverse=True)
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:450: DeprecationWarning: rollaxis deprecated, please use rollimg instead
rimg = image.rollaxis(img, axis)
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:453: DeprecationWarning: rollaxis deprecated, please use rollimg instead
rrimg = image.rollaxis(rimg, axis, inverse=True)
nipy/core/reference/tests/test_coordinate_map.py::test_renamed
nipy/core/reference/tests/test_coordinate_map.py::test_compose
nipy/core/reference/tests/test_coordinate_map.py::test_product
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:402: RuntimeWarning: divide by zero encountered in log
out_vals = self.function(in_vals)
nipy/core/reference/tests/test_coordinate_map.py::test_renamed
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1664: RuntimeWarning: divide by zero encountered in log
forward = lambda input: cmap1.function(cmap2.function(input))
nipy/core/reference/tests/test_coordinate_map.py::test_renamed
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1615: RuntimeWarning: invalid value encountered in dot
value = np.dot(x, A.T)
nipy/core/reference/tests/test_coordinate_map.py::test_product
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1116: UserWarning: product of non-affine CoordinateMaps is less robust than the AffineTransform
warnings.warn("product of non-affine CoordinateMaps is less robust than "
nipy/core/reference/tests/test_coordinate_map.py::test_dtype_cmap_inverses
nipy/core/reference/tests/test_coordinate_map.py::test_cmap_coord_types
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:562: ComplexWarning: Casting complex values to real discards the imaginary part
if not np.allclose(affine[-1].astype(float), bottom_row):
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
/usr/lib/python3/dist-packages/nibabel/arrayproxy.py:456: ComplexWarning: Casting complex values to real discards the imaginary part
arr = arr.astype(dtype, copy=False)
nipy/io/tests/test_image_io.py::test_roundtrip_from_array
nipy/io/tests/test_save.py::test_save2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/io/files.py:141: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy; output names of "x", "y", "z" will raise an error. Please use canonical output names from nipy.core.reference.spaces
ni_img = nipy2nifti(img, data_dtype = io_dtype)
nipy/io/tests/test_nibcompat.py::test_unscaled_data
nipy/io/tests/test_nibcompat.py::test_unscaled_data
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/io/tests/test_nibcompat.py:48: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword
data_back = np.array(dao)
nipy/labs/bindings/tests/test_blas3.py::test_dgemm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:22: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dgemm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:23: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
beta = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsymm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:40: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsymm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:41: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
beta = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dtrmm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:126: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dtrsm
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:134: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsyrk
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:140: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsyrk
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:141: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
beta = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsyr2k
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:163: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
alpha = np.double(np.random.rand(1))
nipy/labs/bindings/tests/test_blas3.py::test_dsyr2k
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:164: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
beta = np.double(np.random.rand(1))
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_identity_resample
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_downsample
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_resampled_to_img
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/datasets/volumes/volume_img.py:210: UserWarning: The behavior of affine_transform with a 1-D array supplied for the matrix parameter has changed in SciPy 0.18.0.
resampled_data = [ ndimage.affine_transform(slice, A,
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_resampling_with_affine
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_transformation
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/datasets/volumes/volume_img.py:221: UserWarning: The behavior of affine_transform with a 1-D array supplied for the matrix parameter has changed in SciPy 0.18.0.
resampled_data = ndimage.affine_transform(data, A,
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample_graph
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_twosample
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/group/permutation_test.py:275: RuntimeWarning: divide by zero encountered in log
Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample_graph
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_twosample
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/group/permutation_test.py:291: RuntimeWarning: divide by zero encountered in log
Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))
nipy/labs/spatial_models/tests/test_bsa.py: 929 warnings
nipy/labs/spatial_models/tests/test_hroi.py: 164 warnings
nipy/labs/spatial_models/tests/test_mroi.py: 935 warnings
nipy/labs/spatial_models/tests/test_parcel_io.py: 100 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/spatial_models/mroi.py:145: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
index = int(np.where(self.get_id() == id)[0])
nipy/labs/spatial_models/tests/test_mroi.py::test_set_feature2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/spatial_models/mroi.py:338: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
the_feature[self.select_id(id)] = data
nipy/labs/tests/test_viz.py::test_example
nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_empty
nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_with_auto_cut_coords
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/viz_tools/activation_maps.py:238: UserWarning: OSError('Cannot find template file T1_brain.nii.gz required to plot anatomy, see the nipy documentation installaton section for how to install template files.')
warnings.warn(repr(e))
nipy/modalities/fmri/fmristat/tests/test_FIAC.py::test_agreement
/usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:3065: RuntimeWarning: invalid value encountered in divide
c /= stddev[:, None]
nipy/modalities/fmri/fmristat/tests/test_FIAC.py::test_agreement
/usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:3066: RuntimeWarning: invalid value encountered in divide
c /= stddev[None, :]
nipy/modalities/fmri/tests/test_glm.py::test_high_level_glm_null_contrasts
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/modalities/fmri/glm.py:574: UserWarning: Contrast for session 1 is null
warn('Contrast for session %d is null' % i)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED nipy/labs/tests/test_viz.py::test_example - TypeError: 'numpy.bool' ob...
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_demo_plot_map
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_anat - Typ...
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_anat_kwargs
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_empty
FAILED nipy/labs/viz_tools/test/test_coord_tools.py::test_find_cut_coords - T...
====== 6 failed, 898 passed, 5 skipped, 3143 warnings in 82.08s (0:01:22) ======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build; python3.13 -m pytest --pyargs nipy
rm -fr -- /tmp/dh-xdg-rundir-lra6XXGo
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 returned exit code 13
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
More information about the Debian-med-packaging
mailing list