Build: #4 failed

Job: Test Tasks Macos 12 failed

Sdsmooth test complex.test sdsmooth complex select: Test case result

The below summarizes the result of the test "Sdsmooth test complex.test sdsmooth complex select" in build 4 of CASA - Release Engineering Cmake Numpy Update 3.10 - CAS-14306 - Test Tasks Macos 12. View test case history
Description
Sdsmooth test complex.test sdsmooth complex select
Test class
test_task_sdsmooth
Method
sdsmooth_test_complex.test_sdsmooth_complex_select
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'