Skip to content

Commit

Permalink
Merge pull request #477 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
MAINT: removed unused _Exponentiator constructor
  • Loading branch information
GavinHuttley committed Jan 9, 2020
2 parents bcf2567 + 6ae96d5 commit 4ddbfd7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cogent3/maths/matrix_exponentiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
__status__ = "Production"


class _Exponentiator(object):
def __init__(self, Q):
self.Q = Q

class _Exponentiator:
def __repr__(self):
return "%s(%s)" % (self.__class__.__name__, repr(self.Q))

Expand Down

0 comments on commit 4ddbfd7

Please sign in to comment.