Build: #4 failed Manual run by Akeem Wells

Build result summary

Details

Completed
Queue duration
1 second
Duration
674 minutes
Labels
None
Revisions
CASA6
7dfd21363f99af3600ca99364b3e54c0ca73a97d 7dfd21363f99af3600ca99364b3e54c0ca73a97d
OPEN-CASA-PKG
70c7e96a1cc7826da261f7bb271e831eaee7560f 70c7e96a1cc7826da261f7bb271e831eaee7560f
Total tests
13129
Failing since
#1 (First build for this plan – )

Responsible

This build has been failing since #1
No one has taken responsibility

Tests

New test failures 31
Status Test View job Duration
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2014 < 1 sec
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2014 < 1 sec
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2014 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2.28 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Macos 12 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Macos 12 < 1 sec
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Macos 12 < 1 sec
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2.28 3 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2.28 3 secs
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2.28 3 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2.28 4 secs
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2.28 3 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2.28 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2.28 5 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
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'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2.28 3 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_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'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2.28 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_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'
Collapse Failed unnamed test suite test_regression_alma_M100_sd History
Test Regression Many Linux 2.28 < 1 sec
collection failure
ImportError while importing test module '/home/casatest/casa6/casatestutils/nosedir/test_regression_alma_M100_sd/test_regression_alma_M100_sd.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_regression_alma_M100_sd.py:82: in <module>
    from casaplotms import plotms
(1 more lines...)
Existing test failures 105
Status Test Failing since View job Duration
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:910: in test39_veltype_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1002: in test42
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1228: in test51
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1191: in test50
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:970: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1269: in test52
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:938: in test40
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1131: in test48_interpolation_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:792: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:833: in test37
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:812: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:854: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:882: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:910: in test39_veltype_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1110: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1269: in test52
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:938: in test40
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1131: in test48_interpolation_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1228: in test51
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:970: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:792: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1002: in test42
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:833: in test37
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:812: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:854: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:833: in test37
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:812: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:854: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1110: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:882: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:938: in test40
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:792: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1269: in test52
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1228: in test51
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1191: in test50
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:970: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1131: in test48_interpolation_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1002: in test42
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:882: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:910: in test39_veltype_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1110: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1191: in test50
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1008: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1008: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1306: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:987: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1081: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1143: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1052: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1081: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)