Skip to content

Commit

Permalink
Make fixed MC mocks default
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed Nov 26, 2023
1 parent 27cb9e4 commit 38ba683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, corr_item):
self.tracer2 = corr_item.tracer2
self.use_metal_autos = corr_item.config['model'].getboolean('use_metal_autos', True)
self.invert_full_cov = corr_item.config['data'].getboolean('invert-full-cov', False)
self.cholesky_masked_cov = corr_item.config['data'].getboolean('cholesky-masked-cov', False)
self.cholesky_masked_cov = corr_item.config['data'].getboolean('cholesky-masked-cov', True)

# Read the data file and init the corrdinate grids
data_path = corr_item.config['data'].get('filename')
Expand Down

0 comments on commit 38ba683

Please sign in to comment.