Update experiment directory. #32
GitHub Actions / Test Results
failed
Sep 20, 2024 in 0s
1 fail, 7 pass in 10s
Annotations
Check warning on line 0 in test_setup
github-actions / Test Results
test_setup_xml (test_setup) failed
ci/scripts/tests/test-results.xml [took 0s]
Raw output
AssertionError: assert 'gsd-fv3' == 'fv3-cpu'
- fv3-cpu
+ gsd-fv3
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 'gsd-fv3' == 'fv3-cpu'
E
E - fv3-cpu
E + gsd-fv3
test_setup.py:37: AssertionError
Loading