Skip to content

Commit

Permalink
Warning Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvins committed Jul 12, 2024
1 parent 5ceb1c8 commit 02c58ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laplace/baselaplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ def __call__(
)

if self._recompute_Sigma is True:
Warning(
warnings.warn(
"The prior precision has been changed since fit. "
+ "Re-compututing its value..."
)
Expand Down

0 comments on commit 02c58ce

Please sign in to comment.