Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bwpriest committed Dec 8, 2023
1 parent 0680e0a commit 78fff09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/backend/jax_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def setUpClass(cls):
)

cls.fast_regress_coeffs_heteroscedastic_j = (
cls.muygps_heteroscedastic_train_n.fast_coefficients(
cls.muygps_heteroscedastic_train_j.fast_coefficients(
cls.heteroscedastic_K_fast_j, cls.train_nn_targets_fast_j
)
)
Expand Down Expand Up @@ -1193,9 +1193,7 @@ def setUpClass(cls):
)

cls.heteroscedastic_K_fast_j = (
cls.muygps_heteroscedastic_train_j.noise.perturb(
l2_n(cls.K_fast_j), cls.noise_heteroscedastic_train_j
)
cls.muygps_heteroscedastic_train_j.noise.perturb(l2_n(cls.K_fast_j))
)

cls.fast_regress_coeffs_heteroscedastic_j = (
Expand Down

0 comments on commit 78fff09

Please sign in to comment.