Skip to content

Commit

Permalink
fix array handling of ad.forward.series object
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Knuettel authored and Daniel Knuettel committed Feb 29, 2024
1 parent e67ffeb commit 618bc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gpt/ad/forward/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def promote(other, landau_O):

class series(base):
foundation = foundation
__array_ufunc__ = None
__numpy_ufunc__ = None

def __init__(self, terms, landau_O):
self.landau_O = landau_O
Expand Down

0 comments on commit 618bc8f

Please sign in to comment.