Skip to content

differentiate gfs and gdas for land iau #21

differentiate gfs and gdas for land iau

differentiate gfs and gdas for land iau #21

GitHub Actions / Test Results failed Jan 3, 2025 in 0s

1 fail, 7 pass in 6s

8 tests  ±0   7 ✅  - 1   6s ⏱️ -1s
1 suites ±0   0 💤 ±0 
1 files   ±0   1 ❌ +1 

Results for commit 3dd1228. ± Comparison against earlier commit a43616e.

Annotations

Check warning on line 0 in test_setup

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_setup_xml (test_setup) failed

ci/scripts/tests/test-results.xml [took 0s]
Raw output
AssertionError: assert 'da-cpu' == 'fv3-cpu'
  
  - fv3-cpu
  + da-cpu
def test_setup_xml():
    
        setup_xml_script = Executable(os.path.join(HOMEgfs, "workflow/setup_xml.py"))
        setup_xml_script.add_default_arg(f"{RUNDIR}/{pslot}")
        setup_xml_script()
        assert (setup_xml_script.returncode == 0)
    
        cfg = Configuration(f"{RUNDIR}/{pslot}")
        base = cfg.parse_config('config.base')
>       assert base.ACCOUNT == account
E       AssertionError: assert 'da-cpu' == 'fv3-cpu'
E         
E         - fv3-cpu
E         + da-cpu

test_setup.py:37: AssertionError