Skip to content

Commit

Permalink
give cov_regularization a default value to prevent tests from breaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTERNAL-Ewall-Wice committed Jan 2, 2019
1 parent 471199d commit 2c6eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_pspec/pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, dsets=[], wgts=[], dsets_std=None, labels=None, beam=None):
self.spw_range = None
self.spw_Nfreqs = None
self.spw_Ndlys = None

self.cov_regularization = 0.
# set data weighting to identity by default
# and taper to none by default
self.data_weighting = 'identity'
Expand Down

0 comments on commit 2c6eb2e

Please sign in to comment.