Skip to content

Commit 962b11e

Browse files
committed
Remove Y3 BAO blinding protection
1 parent df8487a commit 962b11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vega/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ def _read_data(self, data_path, cuts_config, dmat_path=None, cov_path=None, cov_
236236
print(f'Strategy: {self._blinding_strat}. BAO can be sampled')
237237

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

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

0 commit comments

Comments
 (0)