Skip to content

Commit

Permalink
fix shape
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Nov 1, 2023
1 parent 5ef69de commit 86a10b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/polykin/kinetics/thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

class KineticCoefficientT(PropertyEquationT):

_shape: Optional[tuple]

@property
def shape(self) -> Optional[tuple[int, ...]]:
"""Shape of underlying parameter array."""
Expand Down

0 comments on commit 86a10b5

Please sign in to comment.