From 618bc8fa3b3256319490886af308ec6bc37c70ad Mon Sep 17 00:00:00 2001 From: Daniel Knuettel Date: Thu, 29 Feb 2024 11:38:01 +0100 Subject: [PATCH] fix array handling of ad.forward.series object --- lib/gpt/ad/forward/series.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gpt/ad/forward/series.py b/lib/gpt/ad/forward/series.py index 9d98ec26..849a8262 100644 --- a/lib/gpt/ad/forward/series.py +++ b/lib/gpt/ad/forward/series.py @@ -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