Skip to content

Commit

Permalink
Add back dataframe accessor for woehler
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Maier <[email protected]>
  • Loading branch information
maierbn committed Dec 13, 2024
1 parent 5ef1747 commit 32cb546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pylife/materiallaws/woehlercurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@


@pd.api.extensions.register_series_accessor('woehler')
@pd.api.extensions.register_dataframe_accessor('woehler')
class WoehlerCurve(PylifeSignal):
"""A PylifeSignal accessor for Wöhler Curve data.
Expand Down

0 comments on commit 32cb546

Please sign in to comment.