Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipt/update_schemes/enrml.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, keys_da, keys_fwd, sim):
self.data_random_state = cp.deepcopy(np.random.get_state())
self._ext_obs()
# Get state scaling and svd of scaled prior
self._ext_state()
self._ext_scaling()
self.current_state = cp.deepcopy(self.state)

def calc_analysis(self):
Expand Down Expand Up @@ -340,7 +340,7 @@ def __init__(self, keys_da, keys_fwd, sim):
# Get the perturbed observations and observation scaling
self._ext_obs()
# Get state scaling and svd of scaled prior
self._ext_state()
self._ext_scaling()
self.current_state = cp.deepcopy(self.state)
# ensure that the updates does not invoke the LM inflation of the Hessian.
self.lam = 0
Expand Down