Fix RuntimeError in Spp
I tried to make an Spp
operator and it blew up somewhere in DerivativeTaker
. As far as I can tell, the Sp
is basically normal * dS
so, when Spp
comes along and applies another DerivativeTaker
on top of that here, it sees a non-constant product rule and complains.
Any suggestions on how to fix this?
Edited by Alexandru Fikl