You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is due to FiniteDifference being derived from VerticalStack, and the use of self.__class__ in the implementation of __mul__ in VerticalStack.
The text was updated successfully, but these errors were encountered:
Scaling of the
FiniteDifference
linear operator broken; this simple example throws an exception:The problem is due to
FiniteDifference
being derived fromVerticalStack
, and the use ofself.__class__
in the implementation of__mul__
inVerticalStack
.The text was updated successfully, but these errors were encountered: