<?xml version='1.0' encoding='UTF-8'?>
<testsuites name="pytest tests"><testsuite name="'test_task_simobserve'" errors="0" failures="17" skipped="0" tests="17" time="9.866" timestamp="2026-06-01T18:47:28.811434+00:00" hostname="e56123b642df"><testcase classname="test_task_simobserve" name="simobserve_sky.testSky_intLeak" time="0.001"><failure message="NameError: name 'ptgfile' is not defined">test_task_simobserve.py:455: in testSky_intLeak
    setpointings=setpointings,ptgfile=ptgfile,
                                      ^^^^^^^
E   NameError: name 'ptgfile' is not defined</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_comp.testComp_intLeak" time="0.074"><failure message="NameError: name 'comp_nchan' is not defined">test_task_simobserve.py:743: in testComp_intLeak
    compwidth=compwidth,comp_nchan=comp_nchan,
                                   ^^^^^^^^^^
E   NameError: name 'comp_nchan' is not defined</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_comp.testComp_sdAll" time="0.025"><failure message="AssertionError: None">test_task_simobserve.py:762: in testComp_sdAll
    simobserve(project=self.project,complist=complist,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
    task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
    raise RuntimeError(emsg)
E   RuntimeError: Single dish simulation has a flux recovery issue when using a components list as an input.
E   Please generate compskymodel image first by obsmode='' and use the image as the skymodel input.
E   Sorry for the inconvenience.

During handling of the above exception, another exception occurred:
test_task_simobserve.py:770: in testComp_sdAll
    self.fail()
E   AssertionError: None</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_comp.testComp_sdObs" time="0.003"><failure message="AssertionError: None">test_task_simobserve.py:695: in testComp_sdObs
    compwidth=compwidth,comp_nchan=comp_nchan,
                                   ^^^^^^^^^^
E   NameError: name 'comp_nchan' is not defined

During handling of the above exception, another exception occurred:
test_task_simobserve.py:701: in testComp_sdObs
    self.fail()
E   AssertionError: None</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_skycomp.testSC_intLeak" time="0.156"><failure message="NameError: name 'ptgfile' is not defined">test_task_simobserve.py:1104: in testSC_intLeak
    setpointings=setpointings,ptgfile=ptgfile,
                                      ^^^^^^^
E   NameError: name 'ptgfile' is not defined</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_skycomp.testSC_sdAll" time="0.023"><failure message="AssertionError: None">test_task_simobserve.py:1122: in testSC_sdAll
    simobserve(project=self.project,skymodel=skymodel,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
    task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
    raise RuntimeError(emsg)
E   RuntimeError: Single dish simulation has a flux recovery issue when using a components list as an input.
E   Please generate compskymodel image first by obsmode='' and use the image as the skymodel input.
E   Sorry for the inconvenience.

During handling of the above exception, another exception occurred:
test_task_simobserve.py:1130: in testSC_sdAll
    self.fail()
E   AssertionError: None</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_skycomp.testSC_sdObs" time="0.023"><failure message="AssertionError: None">test_task_simobserve.py:1050: in testSC_sdObs
    simobserve(project=self.project,skymodel=skymodel,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
    task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
    raise RuntimeError(emsg)
E   RuntimeError: Single dish simulation has a flux recovery issue when using a components list as an input.
E   Please generate compskymodel image first by obsmode='' and use the image as the skymodel input.
E   Sorry for the inconvenience.

During handling of the above exception, another exception occurred:
test_task_simobserve.py:1058: in testSC_sdObs
    self.fail()
E   AssertionError: None</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_noise.testNZ_intAtm" time="5.167"><failure message="AssertionError: np.False_ is not true : The noise level differs from the previous value: 2.130000 (previous: 2.271051)">test_task_simobserve.py:1429: in testNZ_intAtm
    self.assertTrue(abs((msnoise-refval)/refval) &lt; 5.e-2,\
E   AssertionError: np.False_ is not true : The noise level differs from the previous value: 2.130000 (previous: 2.271051)</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_Tground" time="0.124"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_ground': ['min value is 0']}">test_task_simobserve.py:2234: in testBad_Tground
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'t_ground': ['min value is 0']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2241: in testBad_Tground
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_ground': ['min value is 0']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_Tsky" time="0.068"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_sky': ['min value is 0']}">test_task_simobserve.py:2249: in testBad_Tsky
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'t_sky': ['min value is 0']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2256: in testBad_Tsky
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_sky': ['min value is 0']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_graphics" time="0.061"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'graphics': ['unallowed value badname']}">test_task_simobserve.py:2292: in testBad_graphics
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'graphics': ['unallowed value badname']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2299: in testBad_graphics
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'graphics': ['unallowed value badname']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_leakage" time="0.069"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'leakage': ['min value is 0']}">test_task_simobserve.py:2278: in testBad_leakage
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'leakage': ['min value is 0']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2285: in testBad_leakage
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'leakage': ['min value is 0']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_maptype" time="0.062"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'maptype': ['unallowed value badname']}">test_task_simobserve.py:2032: in testBad_maptype
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'maptype': ['unallowed value badname']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2039: in testBad_maptype
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'maptype': ['unallowed value badname']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_noisetype" time="0.061"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'thermalnoise': ['unallowed value badname']}">test_task_simobserve.py:2204: in testBad_noisetype
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'thermalnoise': ['unallowed value badname']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2211: in testBad_noisetype
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'thermalnoise': ['unallowed value badname']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_obsmode" time="0.076"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'obsmode': ['unallowed value badname']}">test_task_simobserve.py:2062: in testBad_obsmode
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'obsmode': ['unallowed value badname']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2069: in testBad_obsmode
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'obsmode': ['unallowed value badname']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_pwv" time="0.074"><failure message="AssertionError: -1 == -1 : Unexpected exception was thrown: {'user_pwv': ['min value is 0']}">test_task_simobserve.py:2219: in testBad_pwv
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'user_pwv': ['min value is 0']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2226: in testBad_pwv
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'user_pwv': ['min value is 0']}</failure></testcase><testcase classname="test_task_simobserve" name="simobserve_badinputs.testBad_tau0" time="0.076"><failure message="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:353: 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']}</failure></testcase></testsuite></testsuites>