Skip to content

Commit

Permalink
Replace abstractproperty
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Oct 12, 2023
1 parent 99cb406 commit 4baaa56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adam/core/spatial_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def __setitem__(self, key, value):
def __truediv__(self, other):
pass

@abc.abstractproperty
@property
@abc.abstractmethod
def T(self):
"""
Returns: Transpose of the array
Expand Down

0 comments on commit 4baaa56

Please sign in to comment.