Skip to content

Commit

Permalink
Merge branch 'main' into hutch++
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0do committed Sep 11, 2023
2 parents 0f8262d + 64c2fd6 commit 8014329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions docs/notebooks/03_GPs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,12 @@
"$$\n",
"\n",
"Here:\n",
"- $ y $ is the vector of target values.\n",
"- $ K $ is the kernel matrix computed using the RBF kernel between the training inputs.\n",
"- $ \\sigma^2_n $ is the noise variance.\n",
"- $ I $ is the identity matrix.\n",
"- $ n $ is the number of training examples."
"\n",
"- $y$ is the vector of target values.\n",
"- $K$ is the kernel matrix computed using the RBF kernel between the training inputs.\n",
"- $\\sigma^2_n$ is the noise variance.\n",
"- $I$ is the identity matrix.\n",
"- $n$ is the number of training examples."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/linalg/test_diagonal.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_composite_diag(backend):
assert relative_error(d1, d2) < 1e-5


@parametrize(['torch', 'jax'], ['exact', 'approx'])
@parametrize(['torch', 'jax'], ['exact', 'approx']).excluding[:,'approx']
def test_large_trace(backend, method):
xnp = get_xnp(backend)
dtype = xnp.float32
Expand Down

0 comments on commit 8014329

Please sign in to comment.