You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E Traceback (most recent call last):
E File "/.../src/ert/run_models/base_run_model.py", line 339, in start_simulations_thread
E self.run_experiment(
E File "/usr/lib/python3.12/contextlib.py", line 81, in inner
E return func(*args, **kwds)
E ^^^^^^^^^^^^^^^^^^^
E File "/.../src/ert/run_models/multiple_data_assimilation.py", line 144, in run_experiment
E posterior = self.update(
E ^^^^^^^^^^^^
E File "/.../src/ert/run_models/base_run_model.py", line 800, in update
E smoother_update(
E File "/.../src/ert/analysis/_es_update.py", line 808, in smoother_update
E raise e
E File "/.../src/ert/analysis/_es_update.py", line 782, in smoother_update
E analysis_ES(
E File "/.../src/ert/analysis/_es_update.py", line 528, in analysis_ES
E T = smoother_es.compute_transition_matrix(Y=S, alpha=1.0, truncation=truncation)
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/.../iterative_ensemble_smoother/esmda.py", line 350, in compute_transition_matrix
E return inversion_func(
E ^^^^^^^^^^^^^^^
E File "/.../iterative_ensemble_smoother/esmda_inversion.py", line 229, in inversion_exact_cholesky
E T = sp.linalg.solve(C_DD, D - Y, **solver_kwargs)
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/.../scipy/linalg/_basic.py", line 147, in solve
E a1 = atleast_2d(_asarray_validated(a, check_finite=check_finite))
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/.../scipy/_lib/_util.py", line 321, in _asarray_validated
E a = toarray(a)
E ^^^^^^^^^^
E File "/.../numpy/lib/function_base.py", line 630, in asarray_chkfinite
E raise ValueError(
E ValueError: array must not contain infs or NaNs
In _es_update the S matrix given to compute_transition_matrix was
The following exception can occurr
In
_es_update
theS
matrix given tocompute_transition_matrix
wasThis can be provoked by changing
test-data/ert/poly_example/coeff_priors
toand running
ert es_mda test-data/ert/poly_example/poly.ert
The text was updated successfully, but these errors were encountered: