Skip to content

Commit

Permalink
FIX test.ANOVA: add _repr_html_()
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jun 18, 2022
1 parent 0161044 commit ab49535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eelbrain/_stats/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@ def __repr__(self):
def __str__(self):
return str(self.table())

def _repr_html_(self):
return fmtxt.html(self.table())

def _asfmtext(self, **_):
return self.table()

Expand Down

0 comments on commit ab49535

Please sign in to comment.