Skip to content

Commit

Permalink
Commitin
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Aug 8, 2024
1 parent 43f80f6 commit 4d0774d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_esmda_inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def g_scale_observations(X, num_observations):
return Y

rng = np.random.default_rng(1234)
# Parameters
# Settings
num_params = 100
num_realizations = 100
num_observations = 2
Expand All @@ -408,7 +408,6 @@ def g_scale_observations(X, num_observations):

alpha = 1

# Run inversion_exact_cholesky
inversion_exact_cholesky(
alpha=alpha, C_D=C_D, D=D, Y=Y, X=X, truncation=1.0, return_T=False
)
Expand Down

0 comments on commit 4d0774d

Please sign in to comment.