Skip to content

Commit e752b81

Browse files
committed
Add gloval cov file to build config
1 parent 7eabc2a commit e752b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vega/build_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ def _build_main_config(self, fit_type, fit_info, parameters, git_hash):
392392
config['data sets']['zeff'] = str(self.zeff_in)
393393
corr_paths = [str(path) for path in self.corr_paths]
394394
config['data sets']['ini files'] = ' '.join(corr_paths)
395+
config['data sets']['global-cov-file'] = fit_info.get('global_cov_file', 'None')
395396

396397
# Write the scale parameters functions
397398
config['cosmo-fit type'] = {}

0 commit comments

Comments
 (0)