Plan to Run Skipped Test to Know Status
Build: #3 failed
Job: Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 failed
Simobserve badinputs.test bad tau0: Test case result
The below summarizes the result of the test "Simobserve badinputs.test bad tau0" in build 3 of CASA - Release Engineering Master Test Skipped Python 3.12 - Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12.
- Description
- Simobserve badinputs.test bad tau0
- Test class
- test_task_simobserve
- Method
- simobserve_badinputs.testBad_tau0
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
AssertionError: -1 == -1 : Unexpected exception was thrown: {'tau0': ['min value is 0']}
test_task_simobserve.py:2264: in testBad_tau0
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:346: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'tau0': ['min value is 0']}
During handling of the above exception, another exception occurred:
test_task_simobserve.py:2271: in testBad_tau0
self.assertNotEqual(pos,-1,msg=msg)
E AssertionError: -1 == -1 : Unexpected exception was thrown: {'tau0': ['min value is 0']}