Make TargetPointMultiplier a dataclass#269
Conversation
c711e64 to
742c7ac
Compare
|
FYI, between this and the |
742c7ac to
714ee07
Compare
Oh cool! How come? It looked like the Stokes PR had numerical issues, but these weren't numerical changes? 🤔 |
As far as I can tell, because this didn't include the |
|
Oh dear. Good catch! That would do it 🙂. All the more important to dataclass all the things. |
Still not quite sure why this only caused issues for the single-layer Stokes / elasticity, but oh well.. |
It didn't break other parts of pytential because they aren't using this. |
Yeah, but the Stokes + Laplace + double-layer (in |
It has an additional field, so it needs the decorator.