We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdaba9 commit 6b56904Copy full SHA for 6b56904
1 file changed
functional/restart_test.py
@@ -160,7 +160,7 @@ def test_restart_rate_2(self):
160
restart_path = os.path.join(base_path, 'restart.yml')
161
input_dict = read_yaml_file(path=restart_path, project_directory=project_directory)
162
input_dict['output']['TS0']['paths']['freq'] = os.path.join(ARC_PATH, input_dict['output']['TS0']['paths']['freq'])
163
- input_dict['output']['TS0']['paths']['goe'] = os.path.join(ARC_PATH, input_dict['output']['TS0']['paths']['geo'])
+ input_dict['output']['TS0']['paths']['geo'] = os.path.join(ARC_PATH, input_dict['output']['TS0']['paths']['geo'])
164
input_dict['output']['TS0']['paths']['sp'] = os.path.join(ARC_PATH, input_dict['output']['TS0']['paths']['sp'])
165
for spc in input_dict['species']:
166
if 'TS' not in spc['label']:
0 commit comments