Skip to content

Commit

Permalink
Remove old function
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Dec 14, 2021
1 parent b5aec97 commit 8d551bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stheno/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def _resolve_var(self):
# Ensure that the variance is a structured matrix for efficient operations.
self._var = convert(self._var, AbstractMatrix)

def __str__(self):
return repr(self)

def __str__(self):
return (
f"<Normal:\n"
Expand Down

0 comments on commit 8d551bf

Please sign in to comment.