Build: #1 failed

Job: Test Tasks ARM Macos 14 Py3.10 failed

Test results

  • 277 tests in total
  • 1 test failed
  • 1 failure is new
  • 6 minutes taken in total.

Build 1 has the following 1 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed test_task_fringefit Fringefit_corrcomb2.test_corrcomb2 History
5 secs
AttributeError: `np.alltrue` was removed in the NumPy 2.0 release. Use `np.all` instead.
test_task_fringefit.py:341: in test_corrcomb2
    self.assertTrue(np.alltrue(fl[:,0,6::10]))  # both pols flagged
../../../../casa6testenv/lib/python3.10/site-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.alltrue` was removed in the NumPy 2.0 release. Use `np.all` instead.