Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rossviljoen and github-actions[bot] authored Apr 30, 2022
1 parent 40195b4 commit 894c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparseVariationalApproximationModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function _get_homoscedastic_noise(_)
return error(
"The observation noise fx.Σy must be homoscedastic.\n",
"To avoid this error, construct fx using: f = GP(kernel); fx = f(x, σ²)",
", where σ² is a positive Real.\n"
", where σ² is a positive Real.\n",
)
end

Expand Down

0 comments on commit 894c51f

Please sign in to comment.