Skip to content

Commit

Permalink
Remove Y3 BAO blinding protection
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed Dec 6, 2024
1 parent df8487a commit 962b11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vega/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ def _read_data(self, data_path, cuts_config, dmat_path=None, cov_path=None, cov_
print(f'Strategy: {self._blinding_strat}. BAO can be sampled')

self._blind = True
if self._blinding_strat == 'desi_y3':
assert 'DA_BLIND' in hdul[1].columns.names, 'Blinding failed, do not run!!!'
# if self._blinding_strat == 'desi_y3':
# assert 'DA_BLIND' in hdul[1].columns.names, 'Blinding failed, do not run!!!'

if 'DA_BLIND' in hdul[1].columns.names:
print(f'Warning! Running on blinded data {data_path}')
Expand Down

0 comments on commit 962b11e

Please sign in to comment.