Build: #4 failed

Job: Test Tasks Macos 12 failed

Sdsmooth test float.test sdsmooth float gauss02: Test case result

The below summarizes the result of the test "Sdsmooth test float.test sdsmooth float gauss02" 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 float.test sdsmooth float gauss02
Test class
test_task_sdsmooth
Method
sdsmooth_test_float.test_sdsmooth_float_gauss02
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
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'